diff options
author | Yoshihiro Shimoda | 2009-08-21 09:30:28 +0200 |
---|---|---|
committer | Paul Mundt | 2009-08-21 10:25:47 +0200 |
commit | c01f0f1a4a96eb3acc5850e18cc43f24366966d0 (patch) | |
tree | 402c307afc1af3023e1e1528f0abd190e94ae4e7 /arch/sh/Kconfig | |
parent | usb: r8a66597-udc: implement the set_wedge method (diff) | |
download | kernel-qcow2-linux-c01f0f1a4a96eb3acc5850e18cc43f24366966d0.tar.gz kernel-qcow2-linux-c01f0f1a4a96eb3acc5850e18cc43f24366966d0.tar.xz kernel-qcow2-linux-c01f0f1a4a96eb3acc5850e18cc43f24366966d0.zip |
sh: Add initial support for SH7757 CPU subtype
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c4a955d25451..d17570c61dfd 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -396,6 +396,13 @@ config CPU_SUBTYPE_SH7724 help Select SH7724 if you have an SH-MobileR2R CPU. +config CPU_SUBTYPE_SH7757 + bool "Support SH7757 processor" + select CPU_SH4A + select CPU_SHX2 + help + Select SH7757 if you have a SH4A SH7757 CPU. + config CPU_SUBTYPE_SH7763 bool "Support SH7763 processor" select CPU_SH4A |