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 6xx
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 6xx
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