projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git]
/
board
/
elgin
/
elgin_rv1108
/
Kconfig
1
if TARGET_ELGIN_RV1108
2
3
config SYS_BOARD
4
default "elgin_rv1108"
5
6
config SYS_VENDOR
7
default "elgin"
8
9
config SYS_CONFIG_NAME
10
default "elgin_rv1108"
11
12
config BOARD_SPECIFIC_OPTIONS # dummy
13
def_bool y
14
15
endif