Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. select SYS_FSL_ERRATUM_ESDHC111
  19. config TARGET_MPC8313ERDB
  20. bool "Support MPC8313ERDB"
  21. select SUPPORT_SPL
  22. config TARGET_MPC8315ERDB
  23. bool "Support MPC8315ERDB"
  24. config TARGET_MPC8323ERDB
  25. bool "Support MPC8323ERDB"
  26. config TARGET_MPC832XEMDS
  27. bool "Support MPC832XEMDS"
  28. config TARGET_MPC8349EMDS
  29. bool "Support MPC8349EMDS"
  30. select SYS_FSL_DDR
  31. select SYS_FSL_HAS_DDR2
  32. select SYS_FSL_DDR_BE
  33. config TARGET_MPC8349ITX
  34. bool "Support MPC8349ITX"
  35. config TARGET_MPC837XEMDS
  36. bool "Support MPC837XEMDS"
  37. config TARGET_MPC837XERDB
  38. bool "Support MPC837XERDB"
  39. config TARGET_IDS8313
  40. bool "Support ids8313"
  41. select DM
  42. config TARGET_KM8360
  43. bool "Support km8360"
  44. config TARGET_SUVD3
  45. bool "Support suvd3"
  46. config TARGET_TUXX1
  47. bool "Support tuxx1"
  48. config TARGET_TQM834X
  49. bool "Support TQM834x"
  50. config TARGET_HRCON
  51. bool "Support hrcon"
  52. select SYS_FSL_ERRATUM_ESDHC111
  53. config TARGET_STRIDER
  54. bool "Support strider"
  55. select SYS_FSL_ERRATUM_ESDHC111
  56. endchoice
  57. source "board/esd/vme8349/Kconfig"
  58. source "board/freescale/mpc8308rdb/Kconfig"
  59. source "board/freescale/mpc8313erdb/Kconfig"
  60. source "board/freescale/mpc8315erdb/Kconfig"
  61. source "board/freescale/mpc8323erdb/Kconfig"
  62. source "board/freescale/mpc832xemds/Kconfig"
  63. source "board/freescale/mpc8349emds/Kconfig"
  64. source "board/freescale/mpc8349itx/Kconfig"
  65. source "board/freescale/mpc837xemds/Kconfig"
  66. source "board/freescale/mpc837xerdb/Kconfig"
  67. source "board/ids/ids8313/Kconfig"
  68. source "board/keymile/km83xx/Kconfig"
  69. source "board/mpc8308_p1m/Kconfig"
  70. source "board/sbc8349/Kconfig"
  71. source "board/tqc/tqm834x/Kconfig"
  72. source "board/ve8313/Kconfig"
  73. source "board/gdsys/mpc8308/Kconfig"
  74. endmenu