2015-06-30 09:07:11

by Maxime Coquelin

[permalink] [raw]
Subject: [PATCH] clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32

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 <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
---
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


2015-06-30 09:17:54

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH] clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32

On 06/30/2015 11:06 AM, Maxime Coquelin wrote:
> 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 <[email protected]>
> Cc: Paul Gortmaker <[email protected]>
> Cc: Daniel Lezcano <[email protected]>
> Cc: Thomas Gleixner <[email protected]>
> Signed-off-by: Maxime Coquelin <[email protected]>

Applied, thanks !

-- Daniel

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog