diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-29 04:29:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 17:16:49 -0400 |
commit | cca4c231028405950a15f5a27d7326d18d909784 (patch) | |
tree | eda3009102cb3a2cf66a8194a49290bcefb9b773 /drivers/rtc/Kconfig | |
parent | da86783dda5ad8c64b945157108d1ace7aa79bbf (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/Kconfig | 9 |
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 | ||
417 | config 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 | |||
417 | config RTC_DRV_V3020 | 426 | config RTC_DRV_V3020 |
418 | tristate "EM Microelectronic V3020" | 427 | tristate "EM Microelectronic V3020" |
419 | help | 428 | help |