]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/pati/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / mpl / pati / Kconfig
diff --git a/board/mpl/pati/Kconfig b/board/mpl/pati/Kconfig
new file mode 100644 (file)
index 0000000..b902cbd
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_PATI
+
+config SYS_BOARD
+       string
+       default "pati"
+
+config SYS_VENDOR
+       string
+       default "mpl"
+
+config SYS_CONFIG_NAME
+       string
+       default "PATI"
+
+endif