diff options
| author | Peter Robinson <pbrobinson@gmail.com> | 2025-12-22 03:56:48 +0000 |
|---|---|---|
| committer | Sasha Levin <sashal@kernel.org> | 2026-03-04 07:19:24 -0500 |
| commit | 797ca97ad09dd76efcae3bd14d3015a3faaf3b39 (patch) | |
| tree | cd621ddcea9a28b581c1d6e92c50af8a03926d4f /drivers/rtc | |
| parent | d75fdc6a2925d976d95508a9da7210b7f2efb072 (diff) | |
| download | linux-797ca97ad09dd76efcae3bd14d3015a3faaf3b39.tar.gz linux-797ca97ad09dd76efcae3bd14d3015a3faaf3b39.tar.bz2 linux-797ca97ad09dd76efcae3bd14d3015a3faaf3b39.zip | |
rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
[ Upstream commit f9ecfd9bfedba9fd9d4b015b33b847571f7fdd42 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/rtc')
| -rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 50dc779f7f98..50ba48609d74 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -418,6 +418,7 @@ config RTC_DRV_SPACEMIT_P1 config RTC_DRV_NVIDIA_VRS10 tristate "NVIDIA VRS10 RTC device" + depends on ARCH_TEGRA || COMPILE_TEST help If you say yes here you will get support for the battery backed RTC device of NVIDIA VRS (Voltage Regulator Specification). The RTC is connected via |
