diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-09-11 17:24:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 18:58:54 -0400 |
commit | 453b4c6db59f7f6411a0b5eb58389a1fa129cc9a (patch) | |
tree | e96efb3520d9faf46ca777bc9cdbb4300822b18d /drivers/rtc/Kconfig | |
parent | 4540bae9cd8c03ec4a26eacad468d2f2f2e85cbb (diff) |
rtc: add MOXA ART RTC driver
Add RTC driver for MOXA ART SoCs.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Reviewed-by: Mark Brown <broonie@linaro.org>
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 9e3498bf302b..9654aa3c05cb 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1249,6 +1249,15 @@ config RTC_DRV_SIRFSOC | |||
1249 | Say "yes" here to support the real time clock on SiRF SOC chips. | 1249 | Say "yes" here to support the real time clock on SiRF SOC chips. |
1250 | This driver can also be built as a module called rtc-sirfsoc. | 1250 | This driver can also be built as a module called rtc-sirfsoc. |
1251 | 1251 | ||
1252 | config RTC_DRV_MOXART | ||
1253 | tristate "MOXA ART RTC" | ||
1254 | help | ||
1255 | If you say yes here you get support for the MOXA ART | ||
1256 | RTC module. | ||
1257 | |||
1258 | This driver can also be built as a module. If so, the module | ||
1259 | will be called rtc-moxart | ||
1260 | |||
1252 | comment "HID Sensor RTC drivers" | 1261 | comment "HID Sensor RTC drivers" |
1253 | 1262 | ||
1254 | config RTC_DRV_HID_SENSOR_TIME | 1263 | config RTC_DRV_HID_SENSOR_TIME |