uboot/u-boot-stm32mp-2020.01/board/freescale/ls1021atsn/Kconfig

19 lines
265 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
if TARGET_LS1021ATSN
config SYS_BOARD
default "ls1021atsn"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "ls102xa"
config SYS_CONFIG_NAME
default "ls1021atsn"
source "board/freescale/common/Kconfig"
endif