Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 2 | config PPC_MPC52xx |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 3 | bool "52xx-based boards" |
Christophe Leroy | be34fff | 2018-11-17 10:24:58 +0000 | [diff] [blame] | 4 | depends on PPC_BOOK3S_32 |
Gerhard Sittig | 7d71d5b | 2013-11-30 23:51:27 +0100 | [diff] [blame] | 5 | select COMMON_CLK |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 6 | select HAVE_PCI |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 7 | |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 8 | config PPC_MPC5200_SIMPLE |
| 9 | bool "Generic support for simple MPC5200 based boards" |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 10 | depends on PPC_MPC52xx |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 11 | select DEFAULT_UIMAGE |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 12 | help |
| 13 | This option enables support for a simple MPC52xx based boards which |
| 14 | do not need a custom platform specific setup. Such boards are |
| 15 | supported assuming the following: |
| 16 | |
| 17 | - GPIO pins are configured by the firmware, |
| 18 | - CDM configuration (clocking) is setup correctly by firmware, |
| 19 | - if the 'fsl,has-wdt' property is present in one of the |
| 20 | gpt nodes, then it is safe to use such gpt to reset the board, |
| 21 | - PCI is supported if enabled in the kernel configuration |
| 22 | and if there is a PCI bus node defined in the device tree. |
| 23 | |
| 24 | Boards that are compatible with this generic platform support |
Grzegorz Bernacki | bdad054 | 2009-02-04 13:39:17 -0700 | [diff] [blame] | 25 | are: |
| 26 | intercontrol,digsy-mtc |
| 27 | phytec,pcm030 |
Wolfram Sang | 10b9dc6 | 2009-03-11 09:36:26 -0600 | [diff] [blame] | 28 | phytec,pcm032 |
Grzegorz Bernacki | bdad054 | 2009-02-04 13:39:17 -0700 | [diff] [blame] | 29 | promess,motionpro |
| 30 | schindler,cm5200 |
| 31 | tqc,tqm5200 |
Marian Balakowicz | 5b5820d | 2007-11-15 22:40:21 +1100 | [diff] [blame] | 32 | |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 33 | config PPC_EFIKA |
| 34 | bool "bPlan Efika 5k2. MPC5200B based computer" |
Grant Likely | 82e3014 | 2008-01-24 22:24:07 -0700 | [diff] [blame] | 35 | depends on PPC_MPC52xx |
Kumar Gala | 5396132 | 2007-03-15 18:13:20 -0500 | [diff] [blame] | 36 | select PPC_RTAS |
Nicholas Piggin | 7ebc490 | 2021-12-02 00:41:37 +1000 | [diff] [blame] | 37 | select PPC_HASH_MMU_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" |
Anatolij Gustschin | 2bf7508 | 2013-10-16 13:11:27 +0200 | [diff] [blame] | 60 | depends on PPC_MPC52xx && PPC_BESTCOMM |
John Bonesio | 3c9059d | 2009-09-29 10:43:42 +0000 | [diff] [blame] | 61 | select PPC_BESTCOMM_GEN_BD |