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