diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-08 11:55:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-08 11:55:28 +0900 |
commit | b9601c5e59dd25693345558a301e833741bf5874 (patch) | |
tree | 992d8114b381354bc5e588766c065cc7728fe5df /arch/sh/mm/Kconfig | |
parent | 33d63bd83bf9aa6b662a376a96b825acba721e8f (diff) |
sh: Kill off dead SH7604 support.
This was added during 2.5.x, but was never moved along. This
can easily be resurrected if someone has one they wish to work
with, but it's not worth keeping around in its current form.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 0c24abdd4ea..b013a05fbc5 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -45,10 +45,6 @@ choice # SH-2 Processor Support -config CPU_SUBTYPE_SH7604 - bool "Support SH7604 processor" - select CPU_SH2 - config CPU_SUBTYPE_SH7619 bool "Support SH7619 processor" select CPU_SH2 |