2014-07-30 05:08:14 +00:00
|
|
|
menu "MicroBlaze architecture"
|
|
|
|
depends on MICROBLAZE
|
|
|
|
|
|
|
|
config SYS_ARCH
|
|
|
|
default "microblaze"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Target select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MICROBLAZE_GENERIC
|
|
|
|
bool "Support microblaze-generic"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-12-09 10:44:17 +00:00
|
|
|
select DM
|
2015-12-01 13:24:20 +00:00
|
|
|
select DM_SERIAL
|
2018-07-23 13:55:13 +00:00
|
|
|
select OF_CONTROL
|
|
|
|
select SUPPORT_SPL
|
2018-07-13 06:26:28 +00:00
|
|
|
select SYSRESET
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
source "board/xilinx/microblaze-generic/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|