]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/embest/mx6boards/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / embest / mx6boards / Kconfig
diff --git a/board/embest/mx6boards/Kconfig b/board/embest/mx6boards/Kconfig
new file mode 100644 (file)
index 0000000..b0c823e
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_EMBESTMX6BOARDS
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "mx6boards"
+
+config SYS_VENDOR
+       string
+       default "embest"
+
+config SYS_SOC
+       string
+       default "mx6"
+
+config SYS_CONFIG_NAME
+       string
+       default "embestmx6boards"
+
+endif