kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / munices / Kconfig
diff --git a/board/munices/Kconfig b/board/munices/Kconfig
new file mode 100644 (file)
index 0000000..d242d56
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_MUNICES
+
+config SYS_BOARD
+       string
+       default "munices"
+
+config SYS_CONFIG_NAME
+       string
+       default "munices"
+
+endif