diff options
Diffstat (limited to 'roms/u-boot/board/freescale/ls1021atsn/Kconfig')
-rw-r--r-- | roms/u-boot/board/freescale/ls1021atsn/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/ls1021atsn/Kconfig b/roms/u-boot/board/freescale/ls1021atsn/Kconfig new file mode 100644 index 000000000..d999fa469 --- /dev/null +++ b/roms/u-boot/board/freescale/ls1021atsn/Kconfig @@ -0,0 +1,18 @@ +# 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 |