Commit | Line | Data |
---|---|---|
5396132c | 1 | config PPC_MPC52xx |
82e30140 GL |
2 | bool "52xx-based boards" |
3 | depends on PPC_MULTIPLATFORM && PPC32 | |
6f668280 | 4 | select PPC_CLOCK |
5396132c | 5 | |
5b5820d0 MB |
6 | config PPC_MPC5200_SIMPLE |
7 | bool "Generic support for simple MPC5200 based boards" | |
82e30140 | 8 | depends on PPC_MPC52xx |
5b5820d0 | 9 | select DEFAULT_UIMAGE |
5b5820d0 MB |
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 | ||
5396132c KG |
25 | config PPC_EFIKA |
26 | bool "bPlan Efika 5k2. MPC5200B based computer" | |
82e30140 | 27 | depends on PPC_MPC52xx |
5396132c KG |
28 | select PPC_RTAS |
29 | select RTAS_PROC | |
5396132c | 30 | select PPC_NATIVE |
5396132c KG |
31 | |
32 | config PPC_LITE5200 | |
33 | bool "Freescale Lite5200 Eval Board" | |
82e30140 | 34 | depends on PPC_MPC52xx |
5b5820d0 | 35 | select DEFAULT_UIMAGE |
82e30140 GL |
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 | ||
3cd2550c | 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 |