]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mosaixtech/icon/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / mosaixtech / icon / Kconfig
diff --git a/board/mosaixtech/icon/Kconfig b/board/mosaixtech/icon/Kconfig
new file mode 100644 (file)
index 0000000..c439b14
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_ICON
+
+config SYS_BOARD
+       string
+       default "icon"
+
+config SYS_VENDOR
+       string
+       default "mosaixtech"
+
+config SYS_CONFIG_NAME
+       string
+       default "icon"
+
+endif