]> asedeno.scripts.mit.edu Git - linux.git/commit
clocksource/drivers/armv7m_systick: Add the COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 2 Jun 2016 16:41:52 +0000 (18:41 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 28 Jun 2016 08:22:05 +0000 (10:22 +0200)
commite2146d8650764638784205cf51378f01bbd098b6
tree52e72abdc548d1ee666bad0a9a4e3a98b15359c0
parent2ea879a7cf544e05c7cd0bfd569857ec2a8a75a9
clocksource/drivers/armv7m_systick: Add the COMPILE_TEST option

In order to increase the compilation test coverage, add the COMPILE_TEST
so the driver can be compiled even if it does not belong to the platform
or the architecture.

The io.h header inclusion is also added as it the driver does not compile
on UM platform.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/armv7m_systick.c