0001 # SPDX-License-Identifier: GPL-2.0
0002 config PPC_MPC512x
0003 bool "512x-based boards"
0004 depends on PPC_BOOK3S_32
0005 select COMMON_CLK
0006 select FSL_SOC
0007 select IPIC
0008 select HAVE_PCI
0009 select FSL_PCI if PCI
0010 select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD
0011 select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD
0012
0013 config MPC512x_LPBFIFO
0014 tristate "MPC512x LocalPlus Bus FIFO driver"
0015 depends on PPC_MPC512x && MPC512X_DMA
0016 help
0017 Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC).
0018
0019 config MPC5121_ADS
0020 bool "Freescale MPC5121E ADS"
0021 depends on PPC_MPC512x
0022 select DEFAULT_UIMAGE
0023 help
0024 This option enables support for the MPC5121E ADS board.
0025
0026 config MPC512x_GENERIC
0027 bool "Generic support for simple MPC512x based boards"
0028 depends on PPC_MPC512x
0029 select DEFAULT_UIMAGE
0030 help
0031 This option enables support for simple MPC512x based boards
0032 which do not need custom platform specific setup.
0033
0034 Compatible boards include: Protonic LVT base boards (ZANMCU
0035 and VICVT2), Freescale MPC5125 Tower system.
0036
0037 config PDM360NG
0038 bool "ifm PDM360NG board"
0039 depends on PPC_MPC512x
0040 select DEFAULT_UIMAGE
0041 help
0042 This option enables support for the PDM360NG board.