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 3c20dae43ce..005169a6c04 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -414,6 +414,13 @@ config RTC_DRV_CMOS This driver can also be built as a module. If so, the module will be called rtc-cmos. +config RTC_DRV_PPC_DCR + tristate "IBM RTC through DCR bus base on MC146818" + select RTC_DRV_M48T86 + help + If you say yes here you get support for IBM RTC chips. + + config RTC_DRV_DS1216 tristate "Dallas DS1216" depends on SNI_RM |