diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-01-06 17:42:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:25 -0500 |
commit | 0e1492330cd2c95df2553335d7a77351021a938f (patch) | |
tree | 48f74bcaeb1a5f5fe5ea687de57b6435ca15e05e /drivers/rtc/Kconfig | |
parent | bbccf83f6c4e1a0de5bdf51ec9ec708d3a1ce933 (diff) |
rtc: add rtc-tx4939 driver
Add support for RTC in TX4939 SoC.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 3b1c7aa93e75..e374bf03e4fe 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -705,4 +705,11 @@ config RTC_DRV_STARFIRE | |||
705 | If you say Y here you will get support for the RTC found on | 705 | If you say Y here you will get support for the RTC found on |
706 | Starfire systems. | 706 | Starfire systems. |
707 | 707 | ||
708 | config RTC_DRV_TX4939 | ||
709 | tristate "TX4939 SoC" | ||
710 | depends on SOC_TX4939 | ||
711 | help | ||
712 | Driver for the internal RTC (Realtime Clock) module found on | ||
713 | Toshiba TX4939 SoC. | ||
714 | |||
708 | endif # RTC_CLASS | 715 | endif # RTC_CLASS |