diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-08 07:41:43 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 21:33:50 -0400 |
commit | 2967dab1ae37e30f1b71316513b49fd25c42eabe (patch) | |
tree | be64bed50df72f3444e6b2f5fd8c8bbbeb788a22 /arch/sh/Kconfig | |
parent | 14866543ad22014a0b12e10657a917eb6b487248 (diff) |
sh: GPIO and pinmux base code
This patch adds gpio code together with the pinmux table parser.
In the future we should optimize this and switch back to gpiolib.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index dca54ccdf291..b4aa2a03e19b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -59,6 +59,9 @@ config GENERIC_HARDIRQS_NO__DO_IRQ | |||
59 | config GENERIC_IRQ_PROBE | 59 | config GENERIC_IRQ_PROBE |
60 | def_bool y | 60 | def_bool y |
61 | 61 | ||
62 | config GENERIC_GPIO | ||
63 | def_bool n | ||
64 | |||
62 | config GENERIC_CALIBRATE_DELAY | 65 | config GENERIC_CALIBRATE_DELAY |
63 | bool | 66 | bool |
64 | 67 | ||