diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-09 14:43:52 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:43:59 +0100 |
commit | 97a23beb8db9766ed8f673479af4dcc883311504 (patch) | |
tree | 4486970bee6cc1671b49b385336384ab550f1f64 /drivers/clocksource/Kconfig | |
parent | 157dfadef8323046df32caa4b39b46bf7737ca23 (diff) |
clocksource/drivers/h8300_timer8: Separate the Kconfig option from the arch
The current Kconfig option is the H8300 arch option. In order to comply to the
current rule, let's create a specific option for the timer8 and select it
from the arch's Kconfig.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index de331b8346d8..73477b5e094b 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -362,6 +362,9 @@ config CLKSRC_PXA This enables OST0 support available on PXA and SA-11x0 platforms. +config H8300_TMR8 + bool + config H8300_TMR16 bool |