blob: 6a4c3e92f7ba4475b19405eb7c707b96a98078fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if TARGET_LS1046AFRWY
config SYS_BOARD
default "ls1046afrwy"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ls1046afrwy"
source "board/freescale/common/Kconfig"
endif
|