1config PPC_MPC52xx 2 bool 3 select FSL_SOC 4 select PPC_CLOCK 5 default n 6 7config PPC_MPC5200 8 bool 9 select PPC_MPC52xx 10 default n 11 12config PPC_MPC5200_BUGFIX 13 bool "MPC5200 (L25R) bugfix support" 14 depends on PPC_MPC5200 15 default n 16 help 17 Enable workarounds for original MPC5200 errata. This is not required 18 for MPC5200B based boards. 19 20 It is safe to say 'Y' here 21 22config PPC_EFIKA 23 bool "bPlan Efika 5k2. MPC5200B based computer" 24 depends on PPC_MULTIPLATFORM && PPC32 25 select PPC_RTAS 26 select RTAS_PROC 27 select PPC_MPC52xx 28 select PPC_NATIVE 29 default n 30 31config PPC_LITE5200 32 bool "Freescale Lite5200 Eval Board" 33 depends on PPC_MULTIPLATFORM && PPC32 34 select WANT_DEVICE_TREE 35 select PPC_MPC5200 36 default n 37 38 39