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