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 0d4eb0ebcb9f2e6d0e90a413d5d82c6dcbd9cb3a..72c4273de0039bc9cd3753be6dec323f6bf34581 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.