u-boot-brain/board/freescale/ls2080ardb/Kconfig

17 lines
197 B
Plaintext

if TARGET_LS2080ARDB
config SYS_BOARD
default "ls2080ardb"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ls2080ardb"
endif