clocksource/drivers/nomadik_mtu: Add the COMPILE_TEST option
Increase the compilation test coverage by adding the COMPILE_TEST option. Due to the non portable code for the delay timer, this option is only available for the ARM architecture. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
ddcf48c776
commit
7032965306
@ -108,8 +108,8 @@ config ASM9260_TIMER
|
|||||||
Enables support for the ASM9260 timer.
|
Enables support for the ASM9260 timer.
|
||||||
|
|
||||||
config CLKSRC_NOMADIK_MTU
|
config CLKSRC_NOMADIK_MTU
|
||||||
bool
|
bool "Nomakdik clocksource driver" if COMPILE_TEST
|
||||||
depends on (ARCH_NOMADIK || ARCH_U8500)
|
depends on ARM
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Support for Multi Timer Unit. MTU provides access
|
Support for Multi Timer Unit. MTU provides access
|
||||||
|
Loading…
Reference in New Issue
Block a user