aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/xilfpga/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/xilfpga/Kconfig')
-rw-r--r--arch/mips/xilfpga/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/xilfpga/Kconfig b/arch/mips/xilfpga/Kconfig
new file mode 100644
index 000000000000..42a030a0edba
--- /dev/null
+++ b/arch/mips/xilfpga/Kconfig
@@ -0,0 +1,9 @@
+choice
+ prompt "Machine type"
+ depends on MACH_XILFPGA
+ default XILFPGA_NEXYS4DDR
+
+config XILFPGA_NEXYS4DDR
+ bool "Nexys4DDR by Digilent"
+
+endchoice