diff options
Diffstat (limited to 'roms/u-boot/arch/microblaze/Kconfig')
-rw-r--r-- | roms/u-boot/arch/microblaze/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/roms/u-boot/arch/microblaze/Kconfig b/roms/u-boot/arch/microblaze/Kconfig new file mode 100644 index 000000000..99a17bccb --- /dev/null +++ b/roms/u-boot/arch/microblaze/Kconfig @@ -0,0 +1,29 @@ +menu "MicroBlaze architecture" + depends on MICROBLAZE + +config SYS_ARCH + default "microblaze" + +choice + prompt "Target select" + optional + +config TARGET_MICROBLAZE_GENERIC + bool "Support microblaze-generic" + select BOARD_LATE_INIT + select DM + select DM_SERIAL + select OF_CONTROL + select SUPPORT_SPL + select SYSRESET + select DM_SPI + select DM_SPI_FLASH + select SPI + imply CMD_DM + +endchoice + +source "board/xilinx/Kconfig" +source "board/xilinx/microblaze-generic/Kconfig" + +endmenu |