clocksource/drivers/versatile: Add the COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 7 Jun 2016 09:05:01 +0000 (11:05 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 28 Jun 2016 08:22:18 +0000 (10:22 +0200)
commit5cc87a4df5009c1cbe9e087ad16c0bacdae06809
tree56bf322c7d17903aea9ecd9323b4d64a83ed7b5c
parentb988d3f085f07deca70ba8b90f77a84af8a334a3
clocksource/drivers/versatile: Add the COMPILE_TEST option

Change the Kconfig option logic to fullfil with the current approach,
allowing the user to compile the driver on different platforms.

The current option let the user to select the clocksource or not.

The Kconfig option policy is to let the platform to select the
timer automatically.

Add the COMPILE_TEST option, so the prompt to select the driver will
be showed only when COMPILE_TEST is set and will let this driver
to compile on different platform, thus increasing the compilation
test coverage.

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