summaryrefslogtreecommitdiff
path: root/board/freescale/ls1012aqds/Kconfig
blob: 582793e9953ad2b6b78a0d3647349e51f0507a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_LS1012AQDS

config SYS_BOARD
	default "ls1012aqds"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "fsl-layerscape"

config SYS_CONFIG_NAME
	default "ls1012aqds"

if FSL_PFE
config SYS_LS_PFE_FW_ADDR
	hex "Flash address of PFE firmware"
	default 0x40a00000
endif

source "board/freescale/common/Kconfig"

endif