Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "MicroBlaze architecture" |
| 2 | depends on MICROBLAZE |
| 3 | |
| 4 | config SYS_ARCH |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "microblaze" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | |
| 11 | config TARGET_MICROBLAZE_GENERIC |
| 12 | bool "Support microblaze-generic" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 13 | select BOARD_LATE_INIT |
Michal Simek | 4280f50 | 2015-12-09 11:44:17 +0100 | [diff] [blame] | 14 | select DM |
Michal Simek | 9376839 | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 15 | select DM_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 16 | select OF_CONTROL |
| 17 | select SUPPORT_SPL |
Michal Simek | 4a69366 | 2018-07-13 08:26:28 +0200 | [diff] [blame] | 18 | select SYSRESET |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 19 | imply CMD_DM |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 20 | |
| 21 | endchoice |
| 22 | |
Michal Simek | e041834 | 2019-09-25 11:00:17 +0200 | [diff] [blame] | 23 | config STACK_SIZE |
| 24 | hex "Define max stack size that can be used by u-boot" |
| 25 | default 0x200000 |
| 26 | help |
| 27 | Defines Max stack size that can be used by u-boot so that the |
| 28 | initrd_high will be calculated as base stack pointer minus this |
| 29 | stack size. |
| 30 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 31 | source "board/xilinx/microblaze-generic/Kconfig" |
| 32 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 33 | endmenu |