xref: /linux/arch/powerpc/platforms/512x/Kconfig (revision e177edcd1505d5ac5f2edcd1f2df76946f4eae5d)
1*e177edcdSJohn Rigbyconfig PPC_MPC512x
2*e177edcdSJohn Rigby	bool
3*e177edcdSJohn Rigby	select FSL_SOC
4*e177edcdSJohn Rigby	select IPIC
5*e177edcdSJohn Rigby	default n
6*e177edcdSJohn Rigby
7*e177edcdSJohn Rigbyconfig PPC_MPC5121
8*e177edcdSJohn Rigby	bool
9*e177edcdSJohn Rigby	select PPC_MPC512x
10*e177edcdSJohn Rigby	default n
11*e177edcdSJohn Rigby
12*e177edcdSJohn Rigbyconfig MPC5121_ADS
13*e177edcdSJohn Rigby	bool "Freescale MPC5121E ADS"
14*e177edcdSJohn Rigby	depends on PPC_MULTIPLATFORM && PPC32
15*e177edcdSJohn Rigby	select DEFAULT_UIMAGE
16*e177edcdSJohn Rigby	select WANT_DEVICE_TREE
17*e177edcdSJohn Rigby	select PPC_MPC5121
18*e177edcdSJohn Rigby	help
19*e177edcdSJohn Rigby	  This option enables support for the MPC5121E ADS board.
20*e177edcdSJohn Rigby	default n
21