summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mach-erizo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/mach-erizo/Kconfig')
-rw-r--r--arch/riscv/mach-erizo/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/riscv/mach-erizo/Kconfig b/arch/riscv/mach-erizo/Kconfig
new file mode 100644
index 0000000000..2400b4437b
--- /dev/null
+++ b/arch/riscv/mach-erizo/Kconfig
@@ -0,0 +1,11 @@
+if MACH_ERIZO
+
+choice
+ prompt "Board type"
+
+config BOARD_ERIZO_GENERIC
+ bool "erizo generic board"
+
+endchoice
+
+endif