Kconfig 342 B

12345678910111213141516171819202122
  1. menu "MicroBlaze architecture"
  2. depends on MICROBLAZE
  3. config SYS_ARCH
  4. default "microblaze"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_MICROBLAZE_GENERIC
  9. bool "Support microblaze-generic"
  10. select SUPPORT_SPL
  11. select OF_CONTROL
  12. select DM
  13. select DM_SERIAL
  14. endchoice
  15. source "board/xilinx/microblaze-generic/Kconfig"
  16. endmenu