]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/openrisc/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / arch / openrisc / Kconfig
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
new file mode 100644 (file)
index 0000000..cc54a2e
--- /dev/null
@@ -0,0 +1,18 @@
+menu "OpenRISC architecture"
+       depends on OPENRISC
+
+config SYS_ARCH
+       string
+       default "openrisc"
+
+choice
+       prompt "Target select"
+
+config TARGET_OPENRISC_GENERIC
+       bool "Support openrisc-generic"
+
+endchoice
+
+source "board/openrisc/openrisc-generic/Kconfig"
+
+endmenu