1if TARGET_LX2160ARDB
2
3config SYS_BOARD
4	default "lx2160a"
5
6config SYS_VENDOR
7	default "freescale"
8
9config SYS_SOC
10	default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13	default "lx2160ardb"
14
15endif
16
17if TARGET_LX2160AQDS
18
19config SYS_BOARD
20	default "lx2160a"
21
22config SYS_VENDOR
23	default "freescale"
24
25config SYS_SOC
26	default "fsl-layerscape"
27
28config SYS_CONFIG_NAME
29	default "lx2160aqds"
30
31endif
32
33if TARGET_LX2162AQDS
34
35config SYS_BOARD
36	default "lx2160a"
37
38config SYS_VENDOR
39	default "freescale"
40
41config SYS_SOC
42	default "fsl-layerscape"
43
44config SYS_CONFIG_NAME
45	default "lx2162aqds"
46
47endif
48