summaryrefslogtreecommitdiff
path: root/board/Marvell/openrd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/openrd/Kconfig')
-rw-r--r--board/Marvell/openrd/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/Marvell/openrd/Kconfig b/board/Marvell/openrd/Kconfig
index 124b66da0f..dc26ed2f42 100644
--- a/board/Marvell/openrd/Kconfig
+++ b/board/Marvell/openrd/Kconfig
@@ -1,5 +1,19 @@
if TARGET_OPENRD
+choice
+ prompt "Board variant"
+
+config BOARD_IS_OPENRD_BASE
+ bool "Base"
+
+config BOARD_IS_OPENRD_CLIENT
+ bool "Client"
+
+config BOARD_IS_OPENRD_ULTIMATE
+ bool "Ultimate"
+
+endchoice
+
config SYS_BOARD
default "openrd"