aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-29 04:29:53 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-29 17:16:49 -0400
commitcca4c231028405950a15f5a27d7326d18d909784 (patch)
treeeda3009102cb3a2cf66a8194a49290bcefb9b773 /drivers/rtc/Kconfig
parentda86783dda5ad8c64b945157108d1ace7aa79bbf (diff)
rtc: Add TI BQ4802 RTC driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 8cb158d7744d..5d600ff8d2dd 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -414,6 +414,15 @@ config RTC_DRV_M48T59
414 This driver can also be built as a module, if so, the module 414 This driver can also be built as a module, if so, the module
415 will be called "rtc-m48t59". 415 will be called "rtc-m48t59".
416 416
417config RTC_DRV_BQ4802
418 tristate "TI BQ4802"
419 help
420 If you say Y here you will get support for the TI
421 BQ4802 RTC chip.
422
423 This driver can also be built as a module. If so, the module
424 will be called rtc-bq4802.
425
417config RTC_DRV_V3020 426config RTC_DRV_V3020
418 tristate "EM Microelectronic V3020" 427 tristate "EM Microelectronic V3020"
419 help 428 help