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