diff options
| author | Kevin Wells <wellsk40@gmail.com> | 2010-10-27 18:33:01 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 21:03:05 -0400 |
| commit | 9aa449bed21515a3406f60238ce4747e4118b628 (patch) | |
| tree | 18c98fda46507092f4f83f061cee999b5258287d /drivers/rtc/Kconfig | |
| parent | 1e0ad2881d50becaeea70ec696a80afeadf944d2 (diff) | |
rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC
Add an RTC driver for the built-in RTC in the LPC32XX SoC. This patch
includes updates from the initial review comments and updates from the v3
review.
Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Durgesh Pattamatta <durgesh.pattamatta@nxp.com>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 2785a0f16c9..636ba822488 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -952,4 +952,13 @@ config RTC_DRV_JZ4740 | |||
| 952 | This driver can also be buillt as a module. If so, the module | 952 | This driver can also be buillt as a module. If so, the module |
| 953 | will be called rtc-jz4740. | 953 | will be called rtc-jz4740. |
| 954 | 954 | ||
| 955 | config RTC_DRV_LPC32XX | ||
| 956 | depends on ARCH_LPC32XX | ||
| 957 | tristate "NXP LPC32XX RTC" | ||
| 958 | help | ||
| 959 | This enables support for the NXP RTC in the LPC32XX | ||
| 960 | |||
| 961 | This driver can also be buillt as a module. If so, the module | ||
| 962 | will be called rtc-lpc32xx. | ||
| 963 | |||
| 955 | endif # RTC_CLASS | 964 | endif # RTC_CLASS |
