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 c5b906bcdbb2..8455de86e2bf 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -810,4 +810,14 @@ config RTC_DRV_COH901331 | |||
810 | will be called "rtc-coh901331". | 810 | will be called "rtc-coh901331". |
811 | 811 | ||
812 | 812 | ||
813 | config RTC_DRV_STMP | ||
814 | tristate "Freescale STMP3xxx RTC" | ||
815 | depends on ARCH_STMP3XXX | ||
816 | help | ||
817 | If you say yes here you will get support for the onboard | ||
818 | STMP3xxx RTC. | ||
819 | |||
820 | This driver can also be built as a module. If so, the module | ||
821 | will be called rtc-stmp3xxx. | ||
822 | |||
813 | endif # RTC_CLASS | 823 | endif # RTC_CLASS |