projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rockchip: arm64: rk3399: move grf register definitions to grf_rk3399.h
[oweals/u-boot.git]
/
arch
/
microblaze
/
Kconfig
1
menu "MicroBlaze architecture"
2
depends on MICROBLAZE
3
4
config SYS_ARCH
5
default "microblaze"
6
7
choice
8
prompt "Target select"
9
optional
10
11
config TARGET_MICROBLAZE_GENERIC
12
bool "Support microblaze-generic"
13
select BOARD_LATE_INIT
14
select SUPPORT_SPL
15
select OF_CONTROL
16
select DM
17
select DM_SERIAL
18
19
endchoice
20
21
source "board/xilinx/microblaze-generic/Kconfig"
22
23
endmenu