blob: 3ffaa066c2c8b5660863d76647e8500b40d84235 [file] [log] [blame]
Kumar Gala53961322007-03-15 18:13:20 -05001config PPC_MPC52xx
2 bool
Domen Puncer5cae84c2007-05-07 01:38:49 +10003 select FSL_SOC
Kumar Gala53961322007-03-15 18:13:20 -05004 default n
5
6config PPC_MPC5200
7 bool
8 select PPC_MPC52xx
9 default n
10
11config PPC_MPC5200_BUGFIX
12 bool "MPC5200 (L25R) bugfix support"
13 depends on PPC_MPC5200
14 default n
15 help
16 Enable workarounds for original MPC5200 errata. This is not required
17 for MPC5200B based boards.
18
19 It is safe to say 'Y' here
20
21config PPC_EFIKA
22 bool "bPlan Efika 5k2. MPC5200B based computer"
23 depends on PPC_MULTIPLATFORM && PPC32
24 select PPC_RTAS
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 PPC_MPC5200
34 default n
35
36