aboutsummaryrefslogtreecommitdiff
path: root/board/congatec/cgtqmx8/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-16 11:18:11 -0400
committerTom Rini <trini@konsulko.com>2021-06-16 11:18:11 -0400
commitb2c4b7f66553401e0eb1176da8b97a1511f26b2c (patch)
tree688ffdcaf5c88b26b149492d0a351cea5ebf0a88 /board/congatec/cgtqmx8/Kconfig
parent9301a5cc99dd0c298e2f7fe2fa98a7287fcda772 (diff)
parent40496ac3b71b9589a9149d423b81133eebce07b1 (diff)
downloadu-boot-b2c4b7f66553401e0eb1176da8b97a1511f26b2c.zip
u-boot-b2c4b7f66553401e0eb1176da8b97a1511f26b2c.tar.gz
u-boot-b2c4b7f66553401e0eb1176da8b97a1511f26b2c.tar.bz2
Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxWIP/16Jun2021
u-boot-imx-20210616 ------------------- - imxrt : fixes, USB, imxrt1020-evk - imx8m: fix for verdin-imx8mm Add conga-QMX8 board - imx6 : documentation for pico-imx6: Add SeeedStudio NPI-IMX6ULL Support ventana: DM PCI - imx7d: added SMEGW01 board CI : https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/7765
Diffstat (limited to 'board/congatec/cgtqmx8/Kconfig')
-rw-r--r--board/congatec/cgtqmx8/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/congatec/cgtqmx8/Kconfig b/board/congatec/cgtqmx8/Kconfig
new file mode 100644
index 0000000..7273039
--- /dev/null
+++ b/board/congatec/cgtqmx8/Kconfig
@@ -0,0 +1,14 @@
+if TARGET_CONGA_QMX8
+
+config SYS_BOARD
+ default "cgtqmx8"
+
+config SYS_VENDOR
+ default "congatec"
+
+config SYS_CONFIG_NAME
+ default "cgtqmx8"
+
+source "board/congatec/common/Kconfig"
+
+endif