aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-29 04:32:43 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-29 17:16:50 -0400
commit7a138ede551c5282c1b81d191bdd4aa989b119a8 (patch)
tree7f69cfeebdc6c4cddb9de8267ecddc68733cd163 /drivers/rtc/Kconfig
parent29b503f11cd648b3628be3a546f97da95a6670ce (diff)
rtc: Add Sun4V hypervisor RTC driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 5d600ff8d2d..23403fae45a 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
595config 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
595endif # RTC_CLASS 602endif # RTC_CLASS