Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 2 | config PPC_MPC512x |
Anatolij Gustschin | 1044ea8 | 2010-04-30 10:30:47 +0000 | [diff] [blame] | 3 | bool "512x-based boards" |
| 4 | depends on 6xx |
Gerhard Sittig | 7d71d5b | 2013-11-30 23:51:27 +0100 | [diff] [blame] | 5 | select COMMON_CLK |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 6 | select FSL_SOC |
| 7 | select IPIC |
John Rigby | 3522580 | 2008-10-07 15:13:18 -0600 | [diff] [blame] | 8 | select PPC_PCI_CHOICE |
| 9 | select FSL_PCI if PCI |
Gerhard Sittig | acf6cec | 2013-06-03 13:18:06 +0200 | [diff] [blame] | 10 | select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD |
| 11 | select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 12 | |
Alexander Popov | 1a4bb93 | 2015-10-12 00:08:01 +0300 | [diff] [blame] | 13 | config MPC512x_LPBFIFO |
| 14 | tristate "MPC512x LocalPlus Bus FIFO driver" |
| 15 | depends on PPC_MPC512x && MPC512X_DMA |
| 16 | help |
| 17 | Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC). |
| 18 | |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 19 | config MPC5121_ADS |
| 20 | bool "Freescale MPC5121E ADS" |
Anatolij Gustschin | 1044ea8 | 2010-04-30 10:30:47 +0000 | [diff] [blame] | 21 | depends on PPC_MPC512x |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 22 | select DEFAULT_UIMAGE |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 23 | help |
| 24 | This option enables support for the MPC5121E ADS board. |
John Rigby | fb18032 | 2008-07-09 14:54:03 -0600 | [diff] [blame] | 25 | |
Matteo Facchinetti | b9e7196e | 2013-03-20 07:41:52 +0000 | [diff] [blame] | 26 | config MPC512x_GENERIC |
| 27 | bool "Generic support for simple MPC512x based boards" |
Anatolij Gustschin | 1044ea8 | 2010-04-30 10:30:47 +0000 | [diff] [blame] | 28 | depends on PPC_MPC512x |
John Rigby | fb18032 | 2008-07-09 14:54:03 -0600 | [diff] [blame] | 29 | select DEFAULT_UIMAGE |
John Rigby | fb18032 | 2008-07-09 14:54:03 -0600 | [diff] [blame] | 30 | help |
Matteo Facchinetti | b9e7196e | 2013-03-20 07:41:52 +0000 | [diff] [blame] | 31 | This option enables support for simple MPC512x based boards |
John Rigby | fb18032 | 2008-07-09 14:54:03 -0600 | [diff] [blame] | 32 | which do not need custom platform specific setup. |
| 33 | |
| 34 | Compatible boards include: Protonic LVT base boards (ZANMCU |
Matteo Facchinetti | b9e7196e | 2013-03-20 07:41:52 +0000 | [diff] [blame] | 35 | and VICVT2), Freescale MPC5125 Tower system. |
Anatolij Gustschin | 12fb0eb | 2010-07-27 11:26:02 +0000 | [diff] [blame] | 36 | |
| 37 | config PDM360NG |
| 38 | bool "ifm PDM360NG board" |
| 39 | depends on PPC_MPC512x |
| 40 | select DEFAULT_UIMAGE |
| 41 | help |
| 42 | This option enables support for the PDM360NG board. |