diff options
| author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-02 13:20:36 -0400 |
|---|---|---|
| committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-28 04:22:06 -0400 |
| commit | 1cad71e35f88bd41b954e9984c7d2a8ce3924db0 (patch) | |
| tree | d512928150f9c59efaf3363c26770869401546b7 /drivers/clocksource/Kconfig | |
| parent | e2146d8650764638784205cf51378f01bbd098b6 (diff) | |
clocksource/drivers/bcm_kona: Add the COMPILE_TEST option
Change the Kconfig option logic to fullfil with the current approach.
A new Kconfig option is added, CONFIG_BCM_KONA_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>
Diffstat (limited to 'drivers/clocksource/Kconfig')
| -rw-r--r-- | drivers/clocksource/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 01ecd8833ed1..a3cccf568a9f 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
| @@ -34,6 +34,13 @@ config BCM2835_TIMER | |||
| 34 | help | 34 | help |
| 35 | Enables the support for the BCM2835 timer driver. | 35 | Enables the support for the BCM2835 timer driver. |
| 36 | 36 | ||
| 37 | config BCM_KONA_TIMER | ||
| 38 | bool "BCM mobile timer driver" if COMPILE_TEST | ||
| 39 | depends on GENERIC_CLOCKEVENTS | ||
| 40 | select CLKSRC_MMIO | ||
| 41 | help | ||
| 42 | Enables the support for the BCM Kona mobile timer driver. | ||
| 43 | |||
| 37 | config DIGICOLOR_TIMER | 44 | config DIGICOLOR_TIMER |
| 38 | bool "Digicolor timer driver" if COMPILE_TEST | 45 | bool "Digicolor timer driver" if COMPILE_TEST |
| 39 | depends on GENERIC_CLOCKEVENTS | 46 | depends on GENERIC_CLOCKEVENTS |
