diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-15 02:38:30 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-07 22:43:40 -0400 |
commit | fd8f20e8e2f8f1d9201086bff444c8d35f0a6a45 (patch) | |
tree | 0823660fdd2ec53c6dede452d0802f54119bbde6 /arch/sh/Kconfig | |
parent | 82f81f4784479df17a80caff4a7156da0a2f7dea (diff) |
sh: Rip out special unknown machvec.
This kills off the BareCPU board as a "special" machvec, rather,
we leave this as a default for when no other vector is available,
or when we want to use it in combination with other vectors for
testing with generic ops. As sh_mv is copied out anyways (or
overloaded when an alternate vector is explicitly selected), this
doesn't consume any additional memory.
The generic machvec can be forcibly selected with sh_mv=generic,
or by not having any other boards enabled.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4c9d8fc59fe2..6c42c8ed9781 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -381,18 +381,6 @@ config SH_LBOX_RE2 | |||
381 | help | 381 | help |
382 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | 382 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. |
383 | 383 | ||
384 | config SH_UNKNOWN | ||
385 | bool "BareCPU" | ||
386 | help | ||
387 | "Bare CPU" aka "unknown" means an SH-based system which is not one | ||
388 | of the specific ones mentioned above, which means you need to enter | ||
389 | all sorts of stuff like CONFIG_MEMORY_START because the config | ||
390 | system doesn't already know what it is. You get a machine vector | ||
391 | without any platform-specific code in it, so things like the RTC may | ||
392 | not work. | ||
393 | |||
394 | This option is for the early stages of porting to a new machine. | ||
395 | |||
396 | endmenu | 384 | endmenu |
397 | 385 | ||
398 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" | 386 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" |
@@ -401,7 +389,7 @@ source "arch/sh/boards/renesas/r7780rp/Kconfig" | |||
401 | 389 | ||
402 | config CF_ENABLER | 390 | config CF_ENABLER |
403 | bool "Compact Flash Enabler support" | 391 | bool "Compact Flash Enabler support" |
404 | depends on SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_SH03 | 392 | depends on SH_SOLUTION_ENGINE || SH_SH03 |
405 | ---help--- | 393 | ---help--- |
406 | Compact Flash is a small, removable mass storage device introduced | 394 | Compact Flash is a small, removable mass storage device introduced |
407 | in 1994 originally as a PCMCIA device. If you say `Y' here, you | 395 | in 1994 originally as a PCMCIA device. If you say `Y' here, you |