aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/Kconfig')
-rw-r--r--src/mainboard/roda/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/roda/Kconfig b/src/mainboard/roda/Kconfig
new file mode 100644
index 0000000000..c2adb8c6f0
--- /dev/null
+++ b/src/mainboard/roda/Kconfig
@@ -0,0 +1,7 @@
+choice
+ prompt "Mainboard model"
+ depends on VENDOR_RODA
+
+source "src/mainboard/roda/rk886ex/Kconfig"
+
+endchoice