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