aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-01-28 02:52:42 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 13:35:55 +0900
commit618b902d8c098f2fff188119da7b3184c4bc5483 (patch)
tree3e099a648328623429c6c7459ab0c075047d13c5 /drivers/clocksource/Kconfig
parenth8300: clock driver (diff)
downloadlinux-dev-618b902d8c098f2fff188119da7b3184c4bc5483.tar.xz
linux-dev-618b902d8c098f2fff188119da7b3184c4bc5483.zip
h8300: clocksource
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 51d7865fdddb..acce7cfb3cee 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -258,4 +258,11 @@ config CLKSRC_PXA
help
This enables OST0 support available on PXA and SA-11x0
platforms.
+
+config H8300_TMR16
+ bool
+
+config H8300_TPU
+ bool
+
endmenu