ARM: Kconfig: Select clocksource in STM32 entry
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>
Fri, 22 May 2015 21:50:52 +0000 (23:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 15:56:23 +0000 (17:56 +0200)
STM32 clocksource driver needs to be selected if ARCH_STM32.

Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig

index 0d4eb0e..72c4273 100644 (file)
@@ -978,6 +978,7 @@ config ARCH_STM32
        depends on ARM_SINGLE_ARMV7M
        select ARCH_HAS_RESET_CONTROLLER
        select ARMV7M_SYSTICK
+       select CLKSRC_STM32
        select RESET_CONTROLLER
        help
          Support for STMicroelectronics STM32 processors.