1config PPC_MPC512x 2 bool 3 select FSL_SOC 4 select IPIC 5 select PPC_CLOCK 6 7config PPC_MPC5121 8 bool 9 select PPC_MPC512x 10 11config MPC5121_ADS 12 bool "Freescale MPC5121E ADS" 13 depends on PPC_MULTIPLATFORM && PPC32 14 select DEFAULT_UIMAGE 15 select PPC_MPC5121 16 help 17 This option enables support for the MPC5121E ADS board. 18 19config MPC5121_GENERIC 20 bool "Generic support for simple MPC5121 based boards" 21 depends on PPC_MULTIPLATFORM && PPC32 22 select DEFAULT_UIMAGE 23 select PPC_MPC5121 24 help 25 This option enables support for simple MPC5121 based boards 26 which do not need custom platform specific setup. 27 28 Compatible boards include: Protonic LVT base boards (ZANMCU 29 and VICVT2). 30