Commit a805eba0 authored by Kumar Gala's avatar Kumar Gala Committed by Linus Torvalds

[PATCH] ppc32: Consolidate Kconfig support for 83xx

Consolidate Kconfig options between arch/ppc/platforms/83xx/Kconfig and
arch/ppc/Kconfig at Tom Rini's request.
Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc3149bd
...@@ -228,7 +228,6 @@ config PPC601_SYNC_FIX ...@@ -228,7 +228,6 @@ config PPC601_SYNC_FIX
If in doubt, say Y here. If in doubt, say Y here.
source arch/ppc/platforms/4xx/Kconfig source arch/ppc/platforms/4xx/Kconfig
source arch/ppc/platforms/83xx/Kconfig
source arch/ppc/platforms/85xx/Kconfig source arch/ppc/platforms/85xx/Kconfig
config PPC64BRIDGE config PPC64BRIDGE
...@@ -476,7 +475,7 @@ endchoice ...@@ -476,7 +475,7 @@ endchoice
choice choice
prompt "Machine Type" prompt "Machine Type"
depends on (6xx && !83xx) || POWER3 || POWER4 depends on 6xx || POWER3 || POWER4
default PPC_MULTIPLATFORM default PPC_MULTIPLATFORM
---help--- ---help---
Linux currently supports several different kinds of PowerPC-based Linux currently supports several different kinds of PowerPC-based
...@@ -643,6 +642,11 @@ config LITE5200 ...@@ -643,6 +642,11 @@ config LITE5200
much but it's only been tested on this board version. I think this much but it's only been tested on this board version. I think this
board is also known as IceCube. board is also known as IceCube.
config MPC834x_SYS
bool "Freescale MPC834x SYS"
help
This option enables support for the MPC 834x SYS evaluation board.
endchoice endchoice
config PQ2ADS config PQ2ADS
...@@ -665,7 +669,7 @@ config PPC_MPC52xx ...@@ -665,7 +669,7 @@ config PPC_MPC52xx
config 8260 config 8260
bool "CPM2 Support" if WILLOW bool "CPM2 Support" if WILLOW
depends on 6xx && !83xx depends on 6xx
default y if TQM8260 || RPX8260 || EST8260 || SBS8260 || SBC82xx || PQ2FADS default y if TQM8260 || RPX8260 || EST8260 || SBS8260 || SBC82xx || PQ2FADS
help help
The MPC8260 is a typical embedded CPU made by Motorola. Selecting The MPC8260 is a typical embedded CPU made by Motorola. Selecting
...@@ -681,6 +685,14 @@ config 8272 ...@@ -681,6 +685,14 @@ config 8272
The MPC8272 CPM has a different internal dpram setup than other CPM2 The MPC8272 CPM has a different internal dpram setup than other CPM2
devices devices
config 83xx
bool
default y if MPC834x_SYS
config MPC834x
bool
default y if MPC834x_SYS
config CPM2 config CPM2
bool bool
depends on 8260 || MPC8560 || MPC8555 depends on 8260 || MPC8560 || MPC8555
...@@ -720,7 +732,8 @@ config PPC_GEN550 ...@@ -720,7 +732,8 @@ config PPC_GEN550
bool bool
depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \ depends on SANDPOINT || MCPN765 || SPRUCE || PPLUS || PCORE || \
PRPMC750 || K2 || PRPMC800 || LOPEC || \ PRPMC750 || K2 || PRPMC800 || LOPEC || \
(EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
MPC834x_SYS
default y default y
config FORCE config FORCE
......
config 83xx
bool "PowerQUICC II Pro (83xx) Support"
depends on 6xx
menu "Freescale 83xx options"
depends on 83xx
choice
prompt "Machine Type"
depends on 83xx
default MPC834x_SYS
config MPC834x_SYS
bool "Freescale MPC834x SYS"
help
This option enables support for the MPC 834x SYS evaluation board.
endchoice
config MPC834x
bool
depends on MPC834x_SYS
default y
config PPC_GEN550
bool
depends on 83xx
default y
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment