ARM: Kconfig: Select clocksource in STM32 entry

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>
This commit is contained in:
Maxime Coquelin 2015-05-22 23:50:52 +02:00 committed by Arnd Bergmann
parent c9531b4f15
commit 2526318638
1 changed files with 1 additions and 0 deletions

View 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.