d4eac7501f
CONFIG_DEVICE_TREE was the only user of CONFIG_WANT_DEVICE_TREE but
it was removed in commit id 2543133381
(bootwrapper: Build multiple cuImages).
This removes CONFIG_WANT_DEVICE_TREE from Kconfig and the defconfigs.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
19 lines
331 B
Text
19 lines
331 B
Text
config PPC_MPC512x
|
|
bool
|
|
select FSL_SOC
|
|
select IPIC
|
|
default n
|
|
|
|
config PPC_MPC5121
|
|
bool
|
|
select PPC_MPC512x
|
|
default n
|
|
|
|
config MPC5121_ADS
|
|
bool "Freescale MPC5121E ADS"
|
|
depends on PPC_MULTIPLATFORM && PPC32
|
|
select DEFAULT_UIMAGE
|
|
select PPC_MPC5121
|
|
help
|
|
This option enables support for the MPC5121E ADS board.
|
|
default n
|