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