linuxOS_D21X/source/uboot-2021.10/board/freescale/ls1021atsn/Kconfig

19 lines
265 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
# 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