diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-03-16 09:46:55 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-22 11:06:40 -0400 |
commit | fd42c717510cd65529ccb46ccfa71fe4dde9fbd9 (patch) | |
tree | c8878ef641378605a06a5754fda5e50cc8470c8f /arch/powerpc/Kconfig.debug | |
parent | 72e77a1b941e24e67f396246310438afbad9e6b3 (diff) |
[POWERPC] Removed config options that we don't support in embedded6xx
When we started arch/powerpc we duplicated a number of config options from
arch/ppc for various platforms that are supported. Now that we actually
support a few platforms, remove all the ones that haven't been moved over.
Additionally, this cleanup moved the 82xx/PQ2 options over into
arch/powerpc/platforms/82xx/Kconfig where they belong. It also killed
GEN550 which doesn't exist in arch/powerpc.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index d39d13327e6d..50f48f0c5630 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -132,8 +132,7 @@ config BOOTX_TEXT | |||
132 | 132 | ||
133 | config SERIAL_TEXT_DEBUG | 133 | config SERIAL_TEXT_DEBUG |
134 | bool "Support for early boot texts over serial port" | 134 | bool "Support for early boot texts over serial port" |
135 | depends on 4xx || LOPEC || MV64X60 || PPLUS || PRPMC800 || \ | 135 | depends on 4xx |
136 | PPC_GEN550 || PPC_MPC52xx | ||
137 | 136 | ||
138 | config PPC_EARLY_DEBUG | 137 | config PPC_EARLY_DEBUG |
139 | bool "Early debugging (dangerous)" | 138 | bool "Early debugging (dangerous)" |