diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-08 07:41:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 21:34:05 -0400 |
commit | 8d7b5b0af7e070b9ae0852541f67aa84da078315 (patch) | |
tree | d4d7214f838e1a43bc217620bbbedac7f6654bc1 /arch/sh/kernel/cpu/sh4a/Makefile | |
parent | 2967dab1ae37e30f1b71316513b49fd25c42eabe (diff) |
sh: Add sh7722 pinmux code
This patch adds pinmux and gpio support for the sh7722 processor.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile index 9381ad8da263..aced813b03ca 100644 --- a/arch/sh/kernel/cpu/sh4a/Makefile +++ b/arch/sh/kernel/cpu/sh4a/Makefile | |||
@@ -27,5 +27,9 @@ clock-$(CONFIG_CPU_SUBTYPE_SH7723) := clock-sh7722.o | |||
27 | clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o | 27 | clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o |
28 | clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o | 28 | clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o |
29 | 29 | ||
30 | # Pinmux setup | ||
31 | pinmux-$(CONFIG_CPU_SUBTYPE_SH7722) := pinmux-sh7722.o | ||
32 | |||
30 | obj-y += $(clock-y) | 33 | obj-y += $(clock-y) |
31 | obj-$(CONFIG_SMP) += $(smp-y) | 34 | obj-$(CONFIG_SMP) += $(smp-y) |
35 | obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y) | ||