Kconfig 729 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. menu "mpc8xx CPU"
  2. depends on 8xx
  3. config SYS_CPU
  4. default "mpc8xx"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_TQM823L
  9. bool "Support TQM823L"
  10. config TARGET_TQM823M
  11. bool "Support TQM823M"
  12. config TARGET_TQM850L
  13. bool "Support TQM850L"
  14. config TARGET_TQM850M
  15. bool "Support TQM850M"
  16. config TARGET_TQM855L
  17. bool "Support TQM855L"
  18. config TARGET_TQM855M
  19. bool "Support TQM855M"
  20. config TARGET_TQM860L
  21. bool "Support TQM860L"
  22. config TARGET_TQM860M
  23. bool "Support TQM860M"
  24. config TARGET_TQM862L
  25. bool "Support TQM862L"
  26. config TARGET_TQM862M
  27. bool "Support TQM862M"
  28. config TARGET_TQM866M
  29. bool "Support TQM866M"
  30. config TARGET_TQM885D
  31. bool "Support TQM885D"
  32. endchoice
  33. source "board/tqc/tqm8xx/Kconfig"
  34. endmenu