xref: /openbmc/u-boot/board/freescale/ls2080aqds/Kconfig (revision 18d3f46995319dfcb7f73c7c6a5e5da6b8e57e69)
1
2if TARGET_LS2080AQDS
3
4config SYS_BOARD
5	default "ls2080aqds"
6
7config SYS_VENDOR
8	default "freescale"
9
10config SYS_SOC
11	default "fsl-layerscape"
12
13config SYS_CONFIG_NAME
14	default "ls2080aqds"
15
16endif
17