diff options
Diffstat (limited to 'roms/u-boot/board/freescale/ls1021atwr/Kconfig')
-rw-r--r-- | roms/u-boot/board/freescale/ls1021atwr/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/ls1021atwr/Kconfig b/roms/u-boot/board/freescale/ls1021atwr/Kconfig new file mode 100644 index 000000000..a4641cbca --- /dev/null +++ b/roms/u-boot/board/freescale/ls1021atwr/Kconfig @@ -0,0 +1,17 @@ +if TARGET_LS1021ATWR + +config SYS_BOARD + default "ls1021atwr" + +config SYS_VENDOR + default "freescale" + +config SYS_SOC + default "ls102xa" + +config SYS_CONFIG_NAME + default "ls1021atwr" + +source "board/freescale/common/Kconfig" + +endif |