blob: 80d85e46d484a25b1329b1e6d610d1af41d84ea5 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "MicroBlaze architecture"
2 depends on MICROBLAZE
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "microblaze"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
11config TARGET_MICROBLAZE_GENERIC
12 bool "Support microblaze-generic"
Tom Rini22d567e2017-01-22 19:43:11 -050013 select BOARD_LATE_INIT
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090014 select SUPPORT_SPL
Michal Simekd99fbcc2015-12-02 14:21:05 +010015 select OF_CONTROL
Michal Simek79561022015-12-09 11:44:17 +010016 select DM
Michal Simek7e4372a2015-12-01 14:24:20 +010017 select DM_SERIAL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090018
19endchoice
20
21source "board/xilinx/microblaze-generic/Kconfig"
22
23endmenu