Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / 52xx / Kconfig
1 config PPC_MPC52xx
2         bool
3         select FSL_SOC
4         default n
5
6 config PPC_MPC5200
7         bool
8         select PPC_MPC52xx
9         default n
10
11 config 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
21 config 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
30 config PPC_LITE5200
31         bool "Freescale Lite5200 Eval Board"
32         depends on PPC_MULTIPLATFORM && PPC32
33         select PPC_MPC5200
34         default n
35
36