commit | d81c50a0360f8a186150b9bb572d5e0514c25ce9 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Jun 03 13:36:18 2016 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 28 10:22:10 2016 +0200 |
tree | 6ce4cf5584c1f5085c002eac2d21cfc1d6a2d276 | |
parent | 6e525044c716aedf92f41893f00417d557a872d2 [diff] |
clocksource/drivers/mxs: Add the COMPILE_TEST option Change the Kconfig option logic to fullfil with the current approach. A new Kconfig option is added, CONFIG_MXS_TIMER and is selected by the platform. Then the clocksource's Kconfig is changed to make this option selectable by the user if the COMPILE_TEST option is set. Otherwise, it is up to the platform's Kconfig to select the timer. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>