Browse Source

rtc: stmp3xxx select STMP_DEVICE

rtc-stmp3xxx depends on lib/stmp_device, select it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alexandre Belloni 10 years ago
parent
commit
20d048ac8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/rtc/Kconfig

+ 1 - 0
drivers/rtc/Kconfig

@@ -1396,6 +1396,7 @@ config RTC_DRV_COH901331
 config RTC_DRV_STMP
 config RTC_DRV_STMP
 	tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC"
 	tristate "Freescale STMP3xxx/i.MX23/i.MX28 RTC"
 	depends on ARCH_MXS
 	depends on ARCH_MXS
+	select STMP_DEVICE
 	help
 	help
 	  If you say yes here you will get support for the onboard
 	  If you say yes here you will get support for the onboard
 	  STMP3xxx/i.MX23/i.MX28 RTC.
 	  STMP3xxx/i.MX23/i.MX28 RTC.