Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 1 | config PPC_MPC52xx |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 2 | bool "52xx-based boards" |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 3 | depends on 6xx |
Domen Puncer | 6f66828 | 2007-09-21 00:00:11 +1000 | [diff] [blame] | 4 | select PPC_CLOCK |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 5 | select PPC_PCI_CHOICE |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 6 | |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 7 | config PPC_MPC5200_SIMPLE |
| 8 | bool "Generic support for simple MPC5200 based boards" |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 9 | depends on PPC_MPC52xx |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 10 | select DEFAULT_UIMAGE |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 11 | help |
| 12 | This option enables support for a simple MPC52xx based boards which |
| 13 | do not need a custom platform specific setup. Such boards are |
| 14 | supported assuming the following: |
| 15 | |
| 16 | - GPIO pins are configured by the firmware, |
| 17 | - CDM configuration (clocking) is setup correctly by firmware, |
| 18 | - if the 'fsl,has-wdt' property is present in one of the |
| 19 | gpt nodes, then it is safe to use such gpt to reset the board, |
| 20 | - PCI is supported if enabled in the kernel configuration |
| 21 | and if there is a PCI bus node defined in the device tree. |
| 22 | |
| 23 | Boards that are compatible with this generic platform support |
Grzegorz Bernacki | bdad054 | 2009-02-04 13:39:17 -0700 | [diff] [blame] | 24 | are: |
| 25 | intercontrol,digsy-mtc |
| 26 | phytec,pcm030 |
Wolfram Sang | 10b9dc6 | 2009-03-11 09:36:26 -0600 | [diff] [blame] | 27 | phytec,pcm032 |
Grzegorz Bernacki | bdad054 | 2009-02-04 13:39:17 -0700 | [diff] [blame] | 28 | promess,motionpro |
| 29 | schindler,cm5200 |
| 30 | tqc,tqm5200 |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 31 | |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 32 | config PPC_EFIKA |
| 33 | bool "bPlan Efika 5k2. MPC5200B based computer" |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 34 | depends on PPC_MPC52xx |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 35 | select PPC_RTAS |
| 36 | select RTAS_PROC |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 37 | select PPC_NATIVE |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 38 | |
| 39 | config PPC_LITE5200 |
| 40 | bool "Freescale Lite5200 Eval Board" |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 41 | depends on PPC_MPC52xx |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 42 | select DEFAULT_UIMAGE |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 43 | |
Grant Likely | bfee95b | 2009-02-04 13:39:17 -0700 | [diff] [blame] | 44 | config PPC_MEDIA5200 |
| 45 | bool "Freescale Media5200 Eval Board" |
| 46 | depends on PPC_MPC52xx |
| 47 | select DEFAULT_UIMAGE |
| 48 | |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 49 | config PPC_MPC5200_BUGFIX |
| 50 | bool "MPC5200 (L25R) bugfix support" |
| 51 | depends on PPC_MPC52xx |
| 52 | help |
| 53 | Enable workarounds for original MPC5200 errata. This is not required |
| 54 | for MPC5200B based boards. |
| 55 | |
| 56 | It is safe to say 'Y' here |
| 57 | |
John Bonesio | 3c9059d | 2009-09-29 10:43:42 +0000 | [diff] [blame] | 58 | config PPC_MPC5200_LPBFIFO |
| 59 | tristate "MPC5200 LocalPlus bus FIFO driver" |
| 60 | depends on PPC_MPC52xx |
| 61 | select PPC_BESTCOMM_GEN_BD |