]> git.sur5r.net Git - u-boot/blobdiff - board/alphaproject/ap_sh4a_4a/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / alphaproject / ap_sh4a_4a / Kconfig
diff --git a/board/alphaproject/ap_sh4a_4a/Kconfig b/board/alphaproject/ap_sh4a_4a/Kconfig
new file mode 100644 (file)
index 0000000..7893164
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_AP_SH4A_4A
+
+config SYS_CPU
+       string
+       default "sh4"
+
+config SYS_BOARD
+       string
+       default "ap_sh4a_4a"
+
+config SYS_VENDOR
+       string
+       default "alphaproject"
+
+config SYS_CONFIG_NAME
+       string
+       default "ap_sh4a_4a"
+
+endif