diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-10 18:46:08 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-11 16:55:33 +0900 |
commit | 5ade0672f2a2142de216ca705692c9d3238ee650 (patch) | |
tree | f26fa18da74cdf52b653b28fa0e09126b13d6f9a /arch/arm/mach-shmobile/Makefile | |
parent | 6c01ba445cecb2d8085cf0b5a6ddfb170ad22616 (diff) | |
download | blackbird-obmc-linux-5ade0672f2a2142de216ca705692c9d3238ee650.tar.gz blackbird-obmc-linux-5ade0672f2a2142de216ca705692c9d3238ee650.zip |
ARM: mach-shmobile: r8a7740: add PFC support.
This adds PFC support for the R8A7740 (R-Mobile A1) CPU
This patch is based on v0.1 manual
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index d61f1eca159a..2bd2d3ba8ffe 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -24,6 +24,7 @@ pfc-$(CONFIG_ARCH_SH7367) += pfc-sh7367.o pfc-$(CONFIG_ARCH_SH7377) += pfc-sh7377.o pfc-$(CONFIG_ARCH_SH7372) += pfc-sh7372.o pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o +pfc-$(CONFIG_ARCH_R8A7740) += pfc-r8a7740.o # IRQ objects obj-$(CONFIG_ARCH_SH7367) += entry-intc.o |