projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
powerpc: T1042D4RDB: Separate from T1042RDB in Kconfig
[oweals/u-boot.git]
/
board
/
freescale
/
ls1046ardb
/
Kconfig
1
2
if TARGET_LS1046ARDB
3
4
config SYS_BOARD
5
default "ls1046ardb"
6
7
config SYS_VENDOR
8
default "freescale"
9
10
config SYS_SOC
11
default "fsl-layerscape"
12
13
config SYS_CONFIG_NAME
14
default "ls1046ardb"
15
16
endif