1e177edcdSJohn Rigbyconfig PPC_MPC512x 2e177edcdSJohn Rigby bool 3e177edcdSJohn Rigby select FSL_SOC 4e177edcdSJohn Rigby select IPIC 5e177edcdSJohn Rigby default n 6e177edcdSJohn Rigby 7e177edcdSJohn Rigbyconfig PPC_MPC5121 8e177edcdSJohn Rigby bool 9e177edcdSJohn Rigby select PPC_MPC512x 10e177edcdSJohn Rigby default n 11e177edcdSJohn Rigby 12e177edcdSJohn Rigbyconfig MPC5121_ADS 13e177edcdSJohn Rigby bool "Freescale MPC5121E ADS" 14e177edcdSJohn Rigby depends on PPC_MULTIPLATFORM && PPC32 15e177edcdSJohn Rigby select DEFAULT_UIMAGE 16e177edcdSJohn Rigby select WANT_DEVICE_TREE 17e177edcdSJohn Rigby select PPC_MPC5121 18e177edcdSJohn Rigby help 19e177edcdSJohn Rigby This option enables support for the MPC5121E ADS board. 20e177edcdSJohn Rigby default n 21