diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 00:17:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:56 -0500 |
commit | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch) | |
tree | 13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Kconfig | |
parent | b000659b1c07f91f0c73bf94bb8922fa740c0ef0 (diff) |
sh: Kill off the mach-harp and mach-sim machtypes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1ad3ce540021..d99ba375cc87 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -505,19 +505,11 @@ config SH_MAGIC_PANEL_R2 | |||
505 | help | 505 | help |
506 | Select Magic Panel R2 if configuring for Magic Panel R2. | 506 | Select Magic Panel R2 if configuring for Magic Panel R2. |
507 | 507 | ||
508 | config SH_SIMULATOR | ||
509 | bool "Simulator" | ||
510 | depends on SUPERH64 | ||
511 | |||
512 | config SH_CAYMAN | 508 | config SH_CAYMAN |
513 | bool "Hitachi Cayman" | 509 | bool "Hitachi Cayman" |
514 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | 510 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 |
515 | select SYS_SUPPORTS_PCI | 511 | select SYS_SUPPORTS_PCI |
516 | 512 | ||
517 | config SH_HARP | ||
518 | bool "ST50 Harp" | ||
519 | depends on CPU_SH5 | ||
520 | |||
521 | endmenu | 513 | endmenu |
522 | 514 | ||
523 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" | 515 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" |