diff options
author | Arnd Bergmann <arnd@arndb.de> | 2007-08-30 09:11:24 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-03 09:11:25 +1000 |
commit | a35e370cfd2ddfb5d2f0ceae376ffeda273b357c (patch) | |
tree | 8f2e27f356f2273e4d675743528676c2905ad51b /arch/powerpc/platforms/Kconfig | |
parent | a7fb7ea76e20740c641a9b5401ef45b3b022cb69 (diff) |
[POWERPC] Move embedded6xx into multiplatform
The various embedded 6xx systems can easily coexist in one kernel
together with the other 6xx based systems, so there is no strict
reason to keep them separate.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 78a7edac577..92fcd6e35b5 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig @@ -12,10 +12,6 @@ config PPC_MULTIPLATFORM RS/6000 machine, an Apple machine, or a PReP, CHRP, Maple or Cell-based machine. -config EMBEDDED6xx - bool "Embedded 6xx/7xx/7xxx-based board" - depends on PPC32 && (BROKEN||BROKEN_ON_SMP) - config PPC_82xx bool "Freescale 82xx" depends on 6xx |