Kconfig 356 B

1234567891011121314151617181920
  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 WANT_DEVICE_TREE
  15. select PPC_MPC5121
  16. help
  17. This option enables support for the MPC5121E ADS board.
  18. default n