mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
93768393d7
Enable SPL DM too. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Thomas Chou <thomas@wytron.com.tw>
22 lines
342 B
Text
22 lines
342 B
Text
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 SUPPORT_SPL
|
|
select OF_CONTROL
|
|
select DM
|
|
select DM_SERIAL
|
|
|
|
endchoice
|
|
|
|
source "board/xilinx/microblaze-generic/Kconfig"
|
|
|
|
endmenu
|