]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/motionpro/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / motionpro / Kconfig
diff --git a/board/motionpro/Kconfig b/board/motionpro/Kconfig
new file mode 100644 (file)
index 0000000..c8ee043
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_MOTIONPRO
+
+config SYS_BOARD
+       string
+       default "motionpro"
+
+config SYS_CONFIG_NAME
+       string
+       default "motionpro"
+
+endif