[POWERPC] mpc5200: Add cuimage support for mpc5200 boards
[linux-block.git] / arch / powerpc / platforms / 52xx / Kconfig
CommitLineData
5396132c
KG
1config PPC_MPC52xx
2 bool
5cae84c9 3 select FSL_SOC
5396132c
KG
4 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
85498ae8 33 select WANT_DEVICE_TREE
5396132c
KG
34 select PPC_MPC5200
35 default n
36
37