18 lines
230 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
if TARGET_LS1021AQDS
config SYS_BOARD
default "ls1021aqds"
config SYS_VENDOR
default "freescale"
config SYS_SOC
default "ls102xa"
config SYS_CONFIG_NAME
default "ls1021aqds"
source "board/freescale/common/Kconfig"
endif