xref: /linux/arch/powerpc/platforms/512x/Kconfig (revision a9de18eb761f7c1c860964b2e5addc1a35c7e861)
1config PPC_MPC512x
2	bool
3	select FSL_SOC
4	select IPIC
5	select PPC_CLOCK
6	select PPC_PCI_CHOICE
7	select FSL_PCI if PCI
8
9config PPC_MPC5121
10	bool
11	select PPC_MPC512x
12
13config MPC5121_ADS
14	bool "Freescale MPC5121E ADS"
15	depends on PPC_MULTIPLATFORM && PPC32
16	select DEFAULT_UIMAGE
17	select PPC_MPC5121
18	select MPC5121_ADS_CPLD
19	help
20	  This option enables support for the MPC5121E ADS board.
21
22config MPC5121_GENERIC
23	bool "Generic support for simple MPC5121 based boards"
24	depends on PPC_MULTIPLATFORM && PPC32
25	select DEFAULT_UIMAGE
26	select PPC_MPC5121
27	help
28	  This option enables support for simple MPC5121 based boards
29	  which do not need custom platform specific setup.
30
31	  Compatible boards include:  Protonic LVT base boards (ZANMCU
32	  and VICVT2).
33