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