kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / ivm / Kconfig
diff --git a/board/ivm/Kconfig b/board/ivm/Kconfig
new file mode 100644 (file)
index 0000000..ab3da79
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_IVML24
+
+config SYS_BOARD
+       string
+       default "ivm"
+
+config SYS_CONFIG_NAME
+       string
+       default "IVML24"
+
+endif
+
+if TARGET_IVMS8
+
+config SYS_BOARD
+       string
+       default "ivm"
+
+config SYS_CONFIG_NAME
+       string
+       default "IVMS8"
+
+endif