mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
4280f50238
Enable DM for the whole architecture. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
21 lines
324 B
Text
21 lines
324 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
|
|
|
|
endchoice
|
|
|
|
source "board/xilinx/microblaze-generic/Kconfig"
|
|
|
|
endmenu
|