aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2015-11-09 14:43:52 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-12-15 09:43:59 +0100
commit97a23beb8db9766ed8f673479af4dcc883311504 (patch)
tree4486970bee6cc1671b49b385336384ab550f1f64 /arch/h8300/Kconfig
parentclocksource/drivers/timer_sun5i: Replace code by clocksource_mmio_init (diff)
downloadlinux-dev-97a23beb8db9766ed8f673479af4dcc883311504.tar.xz
linux-dev-97a23beb8db9766ed8f673479af4dcc883311504.zip
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/Kconfig')
-rw-r--r--arch/h8300/Kconfig1
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