Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "MicroBlaze architecture" |
2 | depends on MICROBLAZE | ||||
3 | |||||
4 | config SYS_ARCH | ||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "microblaze" |
6 | |||||
7 | choice | ||||
8 | prompt "Target select" | ||||
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | |
11 | config TARGET_MICROBLAZE_GENERIC | ||||
12 | bool "Support microblaze-generic" | ||||
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 13 | select BOARD_LATE_INIT |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 14 | select SUPPORT_SPL |
Michal Simek | d99fbcc | 2015-12-02 14:21:05 +0100 | [diff] [blame] | 15 | select OF_CONTROL |
Michal Simek | 7956102 | 2015-12-09 11:44:17 +0100 | [diff] [blame] | 16 | select DM |
Michal Simek | 7e4372a | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 17 | select DM_SERIAL |
Simon Glass | 41f661d | 2017-07-23 21:19:41 -0600 | [diff] [blame] | 18 | select ENV_IS_IN_FLASH |
Michal Simek | 4e39ea8 | 2018-07-13 08:26:28 +0200 | [diff] [blame^] | 19 | select SYSRESET |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 20 | |
21 | endchoice | ||||
22 | |||||
23 | source "board/xilinx/microblaze-generic/Kconfig" | ||||
24 | |||||
Philipp Tomsich | 2d6a0cc | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 25 | config SPL_LDSCRIPT |
26 | default "arch/microblaze/cpu/u-boot-spl.lds" | ||||
27 | |||||
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 28 | endmenu |