[POWERPC] mpc5200: Add generic support for simple MPC5200 based boards
[pandora-kernel.git] / arch / powerpc / platforms / 52xx / Kconfig
1 config PPC_MPC52xx
2         bool
3         select FSL_SOC
4         select PPC_CLOCK
5         default n
6
7 config PPC_MPC5200
8         bool
9         select PPC_MPC52xx
10         default n
11
12 config 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
22 config PPC_MPC5200_SIMPLE
23         bool "Generic support for simple MPC5200 based boards"
24         depends on PPC_MULTIPLATFORM && PPC32
25         select PPC_MPC5200
26         select DEFAULT_UIMAGE
27         select WANT_DEVICE_TREE
28         default n
29         help
30           This option enables support for a simple MPC52xx based boards which
31           do not need a custom platform specific setup. Such boards are
32           supported assuming the following:
33
34           - GPIO pins are configured by the firmware,
35           - CDM configuration (clocking) is setup correctly by firmware,
36           - if the 'fsl,has-wdt' property is present in one of the
37             gpt nodes, then it is safe to use such gpt to reset the board,
38           - PCI is supported if enabled in the kernel configuration
39             and if there is a PCI bus node defined in the device tree.
40
41           Boards that are compatible with this generic platform support
42           are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'.
43
44 config PPC_EFIKA
45         bool "bPlan Efika 5k2. MPC5200B based computer"
46         depends on PPC_MULTIPLATFORM && PPC32
47         select PPC_RTAS
48         select RTAS_PROC
49         select PPC_MPC52xx
50         select PPC_NATIVE
51         default n
52
53 config PPC_LITE5200
54         bool "Freescale Lite5200 Eval Board"
55         depends on PPC_MULTIPLATFORM && PPC32
56         select PPC_MPC5200
57         select DEFAULT_UIMAGE
58         select WANT_DEVICE_TREE
59         default n