Kconfig 395 B

123456789101112131415161718192021
  1. menu "Platform support"
  2. depends on PPC_82xx
  3. choice
  4. prompt "Machine Type"
  5. default MPC82xx_ADS
  6. config MPC82xx_ADS
  7. bool "Freescale MPC82xx ADS"
  8. select DEFAULT_UIMAGE
  9. select PQ2ADS
  10. select 8272
  11. select 8260
  12. select CPM2
  13. select FSL_SOC
  14. help
  15. This option enables support for the MPC8272 ADS board
  16. endchoice
  17. endmenu