summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-08 20:42:10 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-20 10:34:12 +0900
commit0436ec15aeab7cceb0c1866fefb1edaa9aade28d (patch)
tree25262d3bef21fbfeaac40c772dcdd83e11f7d28d /arch/sh/kernel/cpu/sh4a/Makefile
parent91b6f3c5252937f85e56c71215b37024827ae924 (diff)
downloadlinux-0436ec15aeab7cceb0c1866fefb1edaa9aade28d.tar.gz
linux-0436ec15aeab7cceb0c1866fefb1edaa9aade28d.tar.xz
sh: Add sh7723 pinmux code
This patch adds pinmux and gpio support for the sh7723 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile
index aced813b03ca..be9a0c185958 100644
--- a/arch/sh/kernel/cpu/sh4a/Makefile
+++ b/arch/sh/kernel/cpu/sh4a/Makefile
@@ -29,6 +29,7 @@ clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o
# Pinmux setup
pinmux-$(CONFIG_CPU_SUBTYPE_SH7722) := pinmux-sh7722.o
+pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o
obj-y += $(clock-y)
obj-$(CONFIG_SMP) += $(smp-y)