diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-05-03 11:29:44 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-25 01:13:39 +0200 |
commit | 20d048ac8ba160747be5dbe00b7cbcfda762d25f (patch) | |
tree | 7b453190b63d5c54335db78bc399bc7547d141f2 /drivers/rtc | |
parent | 119434f44c78df8c4b6d67f835448542a4bd7e91 (diff) |
rtc: stmp3xxx select STMP_DEVICE
rtc-stmp3xxx depends on lib/stmp_device, select it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 20a1f35dc0d5..3eff65d7a496 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1396,6 +1396,7 @@ config RTC_DRV_COH901331 config RTC_DRV_STMP tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC" depends on ARCH_MXS + select STMP_DEVICE help If you say yes here you will get support for the onboard STMP3xxx/i.MX23/i.MX28 RTC. |