[POWERPC] Put mpc52xx support file in platforms/52xx
platforms/embedded6xx is probably going away, and 52xx boards need some extra support the 52xx interrupt controller and DMA engine anyway. It makes sense to group all the 52xx bits into a single path. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
39d074b2e4
commit
d4150248fc
2 changed files with 4 additions and 12 deletions
|
@ -410,6 +410,10 @@ config PPC_CHRP
|
||||||
select PPC_NATIVE
|
select PPC_NATIVE
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config PPC_MPC52xx
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config PPC_EFIKA
|
config PPC_EFIKA
|
||||||
bool "bPlan Efika 5k2. MPC5200B based computer"
|
bool "bPlan Efika 5k2. MPC5200B based computer"
|
||||||
depends on PPC_MULTIPLATFORM && PPC32
|
depends on PPC_MULTIPLATFORM && PPC32
|
||||||
|
|
|
@ -146,15 +146,6 @@ config PQ2FADS
|
||||||
Select PQ2FADS if you wish to configure for a Freescale
|
Select PQ2FADS if you wish to configure for a Freescale
|
||||||
PQ2FADS board (-VR or -ZU).
|
PQ2FADS board (-VR or -ZU).
|
||||||
|
|
||||||
config LITE5200
|
|
||||||
bool "Freescale LITE5200 / (IceCube)"
|
|
||||||
select PPC_MPC52xx
|
|
||||||
help
|
|
||||||
Support for the LITE5200 dev board for the MPC5200 from Freescale.
|
|
||||||
This is for the LITE5200 version 2.0 board. Don't know if it changes
|
|
||||||
much but it's only been tested on this board version. I think this
|
|
||||||
board is also known as IceCube.
|
|
||||||
|
|
||||||
config EV64360
|
config EV64360
|
||||||
bool "Marvell-EV64360BP"
|
bool "Marvell-EV64360BP"
|
||||||
help
|
help
|
||||||
|
@ -172,9 +163,6 @@ config TQM8xxL
|
||||||
depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
|
depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L)
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config PPC_MPC52xx
|
|
||||||
bool
|
|
||||||
|
|
||||||
config 8260
|
config 8260
|
||||||
bool "CPM2 Support" if WILLOW
|
bool "CPM2 Support" if WILLOW
|
||||||
depends on 6xx
|
depends on 6xx
|
||||||
|
|
Loading…
Add table
Reference in a new issue