28794d34ec
CONFIG_PPC_MULTIPLATFORM is a remain of the pre-powerpc days and isn't really meaningful anymore. It was basically equivalent to PPC64 || 6xx. This removes it along with the following changes: - 32-bit platforms that relied on PPC32 && PPC_MULTIPLATFORM now rely on 6xx which is what they want anyway. - A new symbol, PPC_BOOK3S, is defined that represent compliance with the "Server" variant of the architecture. This is set when either 6xx or PPC64 is set and open the door for future BOOK3E 64-bit. - 64-bit platforms that relied on PPC64 && PPC_MULTIPLATFORM now use PPC64 && PPC_BOOK3S - A separate and selectable CONFIG_PPC_OF_BOOT_TRAMPOLINE option is now used to control the use of prom_init.c Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
32 lines
706 B
Text
32 lines
706 B
Text
config PPC_MPC512x
|
|
bool
|
|
select FSL_SOC
|
|
select IPIC
|
|
select PPC_CLOCK
|
|
select PPC_PCI_CHOICE
|
|
select FSL_PCI if PCI
|
|
|
|
config PPC_MPC5121
|
|
bool
|
|
select PPC_MPC512x
|
|
|
|
config MPC5121_ADS
|
|
bool "Freescale MPC5121E ADS"
|
|
depends on 6xx
|
|
select DEFAULT_UIMAGE
|
|
select PPC_MPC5121
|
|
select MPC5121_ADS_CPLD
|
|
help
|
|
This option enables support for the MPC5121E ADS board.
|
|
|
|
config MPC5121_GENERIC
|
|
bool "Generic support for simple MPC5121 based boards"
|
|
depends on 6xx
|
|
select DEFAULT_UIMAGE
|
|
select PPC_MPC5121
|
|
help
|
|
This option enables support for simple MPC5121 based boards
|
|
which do not need custom platform specific setup.
|
|
|
|
Compatible boards include: Protonic LVT base boards (ZANMCU
|
|
and VICVT2).
|