Kconfig (5c34202b8bf942da411b6599668a76b07449bbfd) Kconfig (85498ae87c7d789de613b7e21bd539577142c3cb)
1config PPC_MPC52xx
2 bool
3 select FSL_SOC
4 default n
5
6config PPC_MPC5200
7 bool
8 select PPC_MPC52xx

--- 16 unchanged lines hidden (view full) ---

25 select RTAS_PROC
26 select PPC_MPC52xx
27 select PPC_NATIVE
28 default n
29
30config PPC_LITE5200
31 bool "Freescale Lite5200 Eval Board"
32 depends on PPC_MULTIPLATFORM && PPC32
1config PPC_MPC52xx
2 bool
3 select FSL_SOC
4 default n
5
6config PPC_MPC5200
7 bool
8 select PPC_MPC52xx

--- 16 unchanged lines hidden (view full) ---

25 select RTAS_PROC
26 select PPC_MPC52xx
27 select PPC_NATIVE
28 default n
29
30config PPC_LITE5200
31 bool "Freescale Lite5200 Eval Board"
32 depends on PPC_MULTIPLATFORM && PPC32
33 select WANT_DEVICE_TREE
33 select PPC_MPC5200
34 default n
35
36
34 select PPC_MPC5200
35 default n
36
37