]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/mpl/pati/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / 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