diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-01 15:11:28 -0500 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 03:41:49 -0500 |
commit | 703296530609ef37e22e715c9f5438d60a7ec11f (patch) | |
tree | 3637e7cb6466f8b7bc4826e205afd38a47bf018a /drivers/clocksource/Kconfig | |
parent | ddcf48c776845b9b83e7ab514b54220358993a6f (diff) |
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>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index ed7a8249696a..847b3b1b70f4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -108,8 +108,8 @@ config ASM9260_TIMER | |||
108 | Enables support for the ASM9260 timer. | 108 | Enables support for the ASM9260 timer. |
109 | 109 | ||
110 | config CLKSRC_NOMADIK_MTU | 110 | config CLKSRC_NOMADIK_MTU |
111 | bool | 111 | bool "Nomakdik clocksource driver" if COMPILE_TEST |
112 | depends on (ARCH_NOMADIK || ARCH_U8500) | 112 | depends on ARM |
113 | select CLKSRC_MMIO | 113 | select CLKSRC_MMIO |
114 | help | 114 | help |
115 | Support for Multi Timer Unit. MTU provides access | 115 | Support for Multi Timer Unit. MTU provides access |