1config PPC_MPC512x 2 bool 3 select FSL_SOC 4 select IPIC 5 default n 6 7config PPC_MPC5121 8 bool 9 select PPC_MPC512x 10 default n 11 12config MPC5121_ADS 13 bool "Freescale MPC5121E ADS" 14 depends on PPC_MULTIPLATFORM && PPC32 15 select DEFAULT_UIMAGE 16 select PPC_MPC5121 17 help 18 This option enables support for the MPC5121E ADS board. 19 default n 20