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:
parent
c9531b4f15
commit
2526318638
|
@ -978,6 +978,7 @@ config ARCH_STM32
|
||||||
depends on ARM_SINGLE_ARMV7M
|
depends on ARM_SINGLE_ARMV7M
|
||||||
select ARCH_HAS_RESET_CONTROLLER
|
select ARCH_HAS_RESET_CONTROLLER
|
||||||
select ARMV7M_SYSTICK
|
select ARMV7M_SYSTICK
|
||||||
|
select CLKSRC_STM32
|
||||||
select RESET_CONTROLLER
|
select RESET_CONTROLLER
|
||||||
help
|
help
|
||||||
Support for STMicroelectronics STM32 processors.
|
Support for STMicroelectronics STM32 processors.
|
||||||
|
|
Loading…
Reference in New Issue