Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver

The NV VRS RTC driver currently is only supported on the
Tegra platform so add a dep for ARCH_TEGRA and compile test
so it doesn't show up universally across all arches/platforms.

Fixes: 9d6d6b06933c8 ("rtc: nvvrs: add NVIDIA VRS RTC device driver")
Cc: Shubhi Garg <shgarg@nvidia.com>
Cc: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://patch.msgid.link/20251222035651.433603-1-pbrobinson@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Peter Robinson and committed by
Alexandre Belloni
f9ecfd9b 8f0b4cce

+1
+1
drivers/rtc/Kconfig
··· 418 418 419 419 config RTC_DRV_NVIDIA_VRS10 420 420 tristate "NVIDIA VRS10 RTC device" 421 + depends on ARCH_TEGRA || COMPILE_TEST 421 422 help 422 423 If you say yes here you will get support for the battery backed RTC device 423 424 of NVIDIA VRS (Voltage Regulator Specification). The RTC is connected via