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