Kconfig (e84a324ba7950e88c0df4a2c656f533c723aeaae) Kconfig (7769776a603f76ab1b7c1478f6cf8388b3cb5464)
1if 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
15endif
16
1if TARGET_LS1088ARDB
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 "ls1088ardb"
14
15endif
17if TARGET_LS1088ARDB
18
19config SYS_BOARD
20 default "ls1088a"
21
22config SYS_VENDOR
23 default "freescale"
24
25config SYS_SOC
26 default "fsl-layerscape"
27
28config SYS_CONFIG_NAME
29 default "ls1088ardb"
30
31endif