Kconfig 331 B

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