blob: 4479dd075844d8eb6d79057c859a54f159298ecf [file] [log] [blame]
Ashish Kumar1ef4c772017-08-31 16:12:55 +05301if TARGET_LS1088AQDS
2
3config SYS_BOARD
4 default "ls1088a"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1088aqds"
14
Udit Agarwal09fd5792017-11-22 09:01:26 +053015source "board/freescale/common/Kconfig"
Ashish Kumar1ef4c772017-08-31 16:12:55 +053016endif
17
Ashish Kumar227b4bc2017-08-31 16:12:54 +053018if TARGET_LS1088ARDB
19
20config SYS_BOARD
21 default "ls1088a"
22
23config SYS_VENDOR
24 default "freescale"
25
26config SYS_SOC
27 default "fsl-layerscape"
28
29config SYS_CONFIG_NAME
30 default "ls1088ardb"
31
Udit Agarwal09fd5792017-11-22 09:01:26 +053032source "board/freescale/common/Kconfig"
Ashish Kumar227b4bc2017-08-31 16:12:54 +053033endif