diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 5d600ff8d2dd..23403fae45a7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -592,4 +592,11 @@ config RTC_DRV_PPC | |||
592 | the RTC. This exposes that functionality through the generic RTC | 592 | the RTC. This exposes that functionality through the generic RTC |
593 | class. | 593 | class. |
594 | 594 | ||
595 | config RTC_DRV_SUN4V | ||
596 | bool "SUN4V Hypervisor RTC" | ||
597 | depends on SPARC64 | ||
598 | help | ||
599 | If you say Y here you will get support for the Hypervisor | ||
600 | based RTC on SUN4V systems. | ||
601 | |||
595 | endif # RTC_CLASS | 602 | endif # RTC_CLASS |