]> git.ipfire.org Git - thirdparty/linux.git/commit
rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 22 Dec 2025 03:56:48 +0000 (03:56 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 19 Jan 2026 23:12:07 +0000 (00:12 +0100)
commitf9ecfd9bfedba9fd9d4b015b33b847571f7fdd42
tree426c604620b2f249efb7f751949c57d1588130c2
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
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>
drivers/rtc/Kconfig