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

2015-06-30 Thread Daniel Lezcano
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 Cc: Paul Gortmaker Cc: Daniel Lezcano Cc:

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

2015-06-30 Thread Maxime Coquelin
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 Cc: Paul Gortmaker Cc: Daniel Lezcano Cc: Thomas Gleixner Signed-off-by: Maxime Coquelin