aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-08 07:41:52 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-10-19 21:34:05 -0400
commit8d7b5b0af7e070b9ae0852541f67aa84da078315 (patch)
treed4d7214f838e1a43bc217620bbbedac7f6654bc1 /arch/sh/kernel/cpu/sh4a/Makefile
parent2967dab1ae37e30f1b71316513b49fd25c42eabe (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/Makefile4
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
27clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o 27clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o
28clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o 28clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o
29 29
30# Pinmux setup
31pinmux-$(CONFIG_CPU_SUBTYPE_SH7722) := pinmux-sh7722.o
32
30obj-y += $(clock-y) 33obj-y += $(clock-y)
31obj-$(CONFIG_SMP) += $(smp-y) 34obj-$(CONFIG_SMP) += $(smp-y)
35obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y)