blob: 122a385100abbfc305b04fb87c205a18f46bac64 [file] [log] [blame]
Priyanka Jain58c3e622018-11-28 13:04:27 +00001if 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
15source "board/freescale/common/Kconfig"
16endif
Pankaj Bansal1eba7232019-02-08 10:29:58 +000017
18if TARGET_LX2160AQDS
19
20config SYS_BOARD
21 default "lx2160a"
22
23config SYS_VENDOR
24 default "freescale"
25
26config SYS_SOC
27 default "fsl-layerscape"
28
29config SYS_CONFIG_NAME
30 default "lx2160aqds"
31
32source "board/freescale/common/Kconfig"
33endif
34