xref: /linux/arch/powerpc/platforms/512x/Kconfig (revision 91afb7c373e881d5038a78e1206a0f6469440ec3)
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 ARCH_WANT_OPTIONAL_GPIOLIB
10	select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD
11	select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD
12
13config MPC5121_ADS
14	bool "Freescale MPC5121E ADS"
15	depends on PPC_MPC512x
16	select DEFAULT_UIMAGE
17	help
18	  This option enables support for the MPC5121E ADS board.
19
20config MPC512x_GENERIC
21	bool "Generic support for simple MPC512x based boards"
22	depends on PPC_MPC512x
23	select DEFAULT_UIMAGE
24	help
25	  This option enables support for simple MPC512x based boards
26	  which do not need custom platform specific setup.
27
28	  Compatible boards include:  Protonic LVT base boards (ZANMCU
29	  and VICVT2), Freescale MPC5125 Tower system.
30
31config PDM360NG
32	bool "ifm PDM360NG board"
33	depends on PPC_MPC512x
34	select DEFAULT_UIMAGE
35	help
36	  This option enables support for the PDM360NG board.
37