diff options
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 65d090dbef46..875ff5e5792a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -157,6 +157,16 @@ config RTC_DRV_VR41XX | |||
157 | To compile this driver as a module, choose M here: the | 157 | To compile this driver as a module, choose M here: the |
158 | module will be called rtc-vr41xx. | 158 | module will be called rtc-vr41xx. |
159 | 159 | ||
160 | config RTC_DRV_PL031 | ||
161 | tristate "ARM AMBA PL031 RTC" | ||
162 | depends on RTC_CLASS && ARM_AMBA | ||
163 | help | ||
164 | If you say Y here you will get access to ARM AMBA | ||
165 | PrimeCell PL031 UART found on certain ARM SOCs. | ||
166 | |||
167 | To compile this driver as a module, choose M here: the | ||
168 | module will be called rtc-pl031. | ||
169 | |||
160 | config RTC_DRV_TEST | 170 | config RTC_DRV_TEST |
161 | tristate "Test driver/device" | 171 | tristate "Test driver/device" |
162 | depends on RTC_CLASS | 172 | depends on RTC_CLASS |