1config PPC_MPC512x 2 bool "512x-based boards" 3 depends on 6xx 4 select COMMON_CLK 5 select FSL_SOC 6 select IPIC 7 select PPC_PCI_CHOICE 8 select FSL_PCI if PCI 9 select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD 10 select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD 11 12config MPC512x_LPBFIFO 13 tristate "MPC512x LocalPlus Bus FIFO driver" 14 depends on PPC_MPC512x && MPC512X_DMA 15 help 16 Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC). 17 18config MPC5121_ADS 19 bool "Freescale MPC5121E ADS" 20 depends on PPC_MPC512x 21 select DEFAULT_UIMAGE 22 help 23 This option enables support for the MPC5121E ADS board. 24 25config MPC512x_GENERIC 26 bool "Generic support for simple MPC512x based boards" 27 depends on PPC_MPC512x 28 select DEFAULT_UIMAGE 29 help 30 This option enables support for simple MPC512x based boards 31 which do not need custom platform specific setup. 32 33 Compatible boards include: Protonic LVT base boards (ZANMCU 34 and VICVT2), Freescale MPC5125 Tower system. 35 36config PDM360NG 37 bool "ifm PDM360NG board" 38 depends on PPC_MPC512x 39 select DEFAULT_UIMAGE 40 help 41 This option enables support for the PDM360NG board. 42