diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-07 22:55:28 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-07 22:55:28 -0400 |
commit | b9601c5e59dd25693345558a301e833741bf5874 (patch) | |
tree | 992d8114b381354bc5e588766c065cc7728fe5df /arch/sh/mm | |
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')
-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 0c24abdd4ea1..b013a05fbc51 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -45,10 +45,6 @@ choice | |||
45 | 45 | ||
46 | # SH-2 Processor Support | 46 | # SH-2 Processor Support |
47 | 47 | ||
48 | config CPU_SUBTYPE_SH7604 | ||
49 | bool "Support SH7604 processor" | ||
50 | select CPU_SH2 | ||
51 | |||
52 | config CPU_SUBTYPE_SH7619 | 48 | config CPU_SUBTYPE_SH7619 |
53 | bool "Support SH7619 processor" | 49 | bool "Support SH7619 processor" |
54 | select CPU_SH2 | 50 | select CPU_SH2 |