linuxOS_D21X/source/uboot-2021.10/board/freescale/ls1021atsn/Kconfig
2024-11-29 16:13:46 +08:00

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