* [PATCH] clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32
@ 2015-06-30 9:06 Maxime Coquelin
2015-06-30 9:17 ` Daniel Lezcano
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Coquelin @ 2015-06-30 9:06 UTC (permalink / raw)
To: Daniel Lezcano; +Cc: Thomas Gleixner, linux-kernel, Paul Gortmaker
This patch improves the build coverage with COMPILE_TEST so it is not only
limited to ARM builds.
The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
drivers/clocksource/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 32164ba..1778c90 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -112,8 +112,8 @@ config CLKSRC_LPC32XX
select CLKSRC_OF
config CLKSRC_STM32
- bool "Clocksource for STM32 SoCs" if !ARCH_STM32
- depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST)
+ bool "Clocksource for STM32 SoCs" if COMPILE_TEST
+ depends on OF && GENERIC_CLOCKEVENTS
select CLKSRC_MMIO
config ARM_ARCH_TIMER
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-30 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 9:06 [PATCH] clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32 Maxime Coquelin
2015-06-30 9:17 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox