Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. menu "mpc83xx CPU"
  2. depends on MPC83xx
  3. config SYS_CPU
  4. default "mpc83xx"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_MPC8308_P1M
  9. bool "Support mpc8308_p1m"
  10. config TARGET_SBC8349
  11. bool "Support sbc8349"
  12. config TARGET_VE8313
  13. bool "Support ve8313"
  14. config TARGET_VME8349
  15. bool "Support vme8349"
  16. config TARGET_MPC8308RDB
  17. bool "Support MPC8308RDB"
  18. config TARGET_MPC8313ERDB
  19. bool "Support MPC8313ERDB"
  20. select SUPPORT_SPL
  21. config TARGET_MPC8315ERDB
  22. bool "Support MPC8315ERDB"
  23. config TARGET_MPC8323ERDB
  24. bool "Support MPC8323ERDB"
  25. config TARGET_MPC832XEMDS
  26. bool "Support MPC832XEMDS"
  27. config TARGET_MPC8349EMDS
  28. bool "Support MPC8349EMDS"
  29. config TARGET_MPC8349ITX
  30. bool "Support MPC8349ITX"
  31. config TARGET_MPC837XEMDS
  32. bool "Support MPC837XEMDS"
  33. config TARGET_MPC837XERDB
  34. bool "Support MPC837XERDB"
  35. config TARGET_IDS8313
  36. bool "Support ids8313"
  37. select DM
  38. config TARGET_KM8360
  39. bool "Support km8360"
  40. config TARGET_SUVD3
  41. bool "Support suvd3"
  42. config TARGET_TUXX1
  43. bool "Support tuxx1"
  44. config TARGET_TQM834X
  45. bool "Support TQM834x"
  46. config TARGET_HRCON
  47. bool "Support hrcon"
  48. config TARGET_STRIDER
  49. bool "Support strider"
  50. endchoice
  51. source "board/esd/vme8349/Kconfig"
  52. source "board/freescale/mpc8308rdb/Kconfig"
  53. source "board/freescale/mpc8313erdb/Kconfig"
  54. source "board/freescale/mpc8315erdb/Kconfig"
  55. source "board/freescale/mpc8323erdb/Kconfig"
  56. source "board/freescale/mpc832xemds/Kconfig"
  57. source "board/freescale/mpc8349emds/Kconfig"
  58. source "board/freescale/mpc8349itx/Kconfig"
  59. source "board/freescale/mpc837xemds/Kconfig"
  60. source "board/freescale/mpc837xerdb/Kconfig"
  61. source "board/ids/ids8313/Kconfig"
  62. source "board/keymile/km83xx/Kconfig"
  63. source "board/mpc8308_p1m/Kconfig"
  64. source "board/sbc8349/Kconfig"
  65. source "board/tqc/tqm834x/Kconfig"
  66. source "board/ve8313/Kconfig"
  67. source "board/gdsys/mpc8308/Kconfig"
  68. endmenu