powerpc/mpc5200: Remove fsl-soc.c from mpc5200 build, it is not needed.
[deliverable/linux.git] / arch / powerpc / platforms / 52xx / Kconfig
1 config PPC_MPC52xx
2 bool "52xx-based boards"
3 depends on PPC_MULTIPLATFORM && PPC32
4 select PPC_CLOCK
5
6 config PPC_MPC5200_SIMPLE
7 bool "Generic support for simple MPC5200 based boards"
8 depends on PPC_MPC52xx
9 select DEFAULT_UIMAGE
10 help
11 This option enables support for a simple MPC52xx based boards which
12 do not need a custom platform specific setup. Such boards are
13 supported assuming the following:
14
15 - GPIO pins are configured by the firmware,
16 - CDM configuration (clocking) is setup correctly by firmware,
17 - if the 'fsl,has-wdt' property is present in one of the
18 gpt nodes, then it is safe to use such gpt to reset the board,
19 - PCI is supported if enabled in the kernel configuration
20 and if there is a PCI bus node defined in the device tree.
21
22 Boards that are compatible with this generic platform support
23 are: 'tqc,tqm5200', 'promess,motionpro', 'schindler,cm5200'.
24
25 config PPC_EFIKA
26 bool "bPlan Efika 5k2. MPC5200B based computer"
27 depends on PPC_MPC52xx
28 select PPC_RTAS
29 select RTAS_PROC
30 select PPC_NATIVE
31
32 config PPC_LITE5200
33 bool "Freescale Lite5200 Eval Board"
34 depends on PPC_MPC52xx
35 select DEFAULT_UIMAGE
36
37 config PPC_MPC5200_BUGFIX
38 bool "MPC5200 (L25R) bugfix support"
39 depends on PPC_MPC52xx
40 help
41 Enable workarounds for original MPC5200 errata. This is not required
42 for MPC5200B based boards.
43
44 It is safe to say 'Y' here
45
46 config PPC_MPC5200_GPIO
47 bool "MPC5200 GPIO support"
48 depends on PPC_MPC52xx
49 select HAVE_GPIO_LIB
50 help
51 Enable gpiolib support for mpc5200 based boards
This page took 0.032448 seconds and 6 git commands to generate.