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