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 /arch/h8300 | |
parent | 157dfadef8323046df32caa4b39b46bf7737ca23 (diff) | |
download | linux-97a23beb8db9766ed8f673479af4dcc883311504.tar.bz2 |
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 'arch/h8300')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index dd3ac75776ad..2e20333cbce9 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -17,6 +17,7 @@ config H8300 select HAVE_MEMBLOCK select HAVE_DMA_ATTRS select CLKSRC_OF + select H8300_TMR8 config RWSEM_GENERIC_SPINLOCK def_bool y |