aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 81450fbd8b12..d669b9169278 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -440,6 +440,16 @@ config RTC_DRV_DS1742
440 This driver can also be built as a module. If so, the module 440 This driver can also be built as a module. If so, the module
441 will be called rtc-ds1742. 441 will be called rtc-ds1742.
442 442
443config RTC_DRV_EFI
444 tristate "EFI RTC"
445 depends on IA64
446 help
447 If you say yes here you will get support for the EFI
448 Real Time Clock.
449
450 This driver can also be built as a module. If so, the module
451 will be called rtc-efi.
452
443config RTC_DRV_STK17TA8 453config RTC_DRV_STK17TA8
444 tristate "Simtek STK17TA8" 454 tristate "Simtek STK17TA8"
445 depends on RTC_CLASS 455 depends on RTC_CLASS