diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-27 18:16:47 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-27 18:16:47 -0400 |
commit | 3b9f6cb8a1ec791be79c6c7595fea922f12d1e64 (patch) | |
tree | 2393a448add846e6c2ed12f68106c3018b72c6a9 /drivers/rtc/Kconfig | |
parent | c38778c3a9aeadcd1ee319cfc8ea5a9cbf8cdafa (diff) | |
parent | a77c64c1a641950626181b4857abb701d8f38ccc (diff) |
Merge branch 'master' into upstream
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 7ff1d88094b6..33a7b720539b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -238,6 +238,16 @@ config RTC_DRV_SA1100 | |||
238 | To compile this driver as a module, choose M here: the | 238 | To compile this driver as a module, choose M here: the |
239 | module will be called rtc-sa1100. | 239 | module will be called rtc-sa1100. |
240 | 240 | ||
241 | config RTC_DRV_SH | ||
242 | tristate "SuperH On-Chip RTC" | ||
243 | depends on RTC_CLASS && SUPERH | ||
244 | help | ||
245 | Say Y here to enable support for the on-chip RTC found in | ||
246 | most SuperH processors. | ||
247 | |||
248 | To compile this driver as a module, choose M here: the | ||
249 | module will be called rtc-sh. | ||
250 | |||
241 | config RTC_DRV_VR41XX | 251 | config RTC_DRV_VR41XX |
242 | tristate "NEC VR41XX" | 252 | tristate "NEC VR41XX" |
243 | depends on RTC_CLASS && CPU_VR41XX | 253 | depends on RTC_CLASS && CPU_VR41XX |