summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/intelrvp/Kconfig')
-rw-r--r--zephyr/projects/intelrvp/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/zephyr/projects/intelrvp/Kconfig b/zephyr/projects/intelrvp/Kconfig
new file mode 100644
index 0000000000..605f57c054
--- /dev/null
+++ b/zephyr/projects/intelrvp/Kconfig
@@ -0,0 +1,26 @@
+# Copyright 2022 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config BOARD_ADLRVP_MCHP
+ bool "Intel ADLRVP_MCHP board"
+ depends on SOC_MEC172X_NSZ
+ help
+ Build Intel ADLRVP_MCHP reference board. This board has Intel ADL RVP
+ SoC with MEC1727 EC.
+
+config BOARD_ADLRVP_NPCX
+ bool "Intel ADLRVP_NPCX board"
+ depends on SOC_NPCX9M7F
+ help
+ Build Intel ADLRVP_NPCX reference board. This board has Intel ADL RVP
+ SoC with NPCX9M37F EC.
+
+config BOARD_MTLRVP_NPCX
+ bool "Intel MTLRVP_NPCX board"
+ depends on SOC_NPCX9M3F
+ help
+ Build Intel MTLRVP_NPCX reference board. This board is Intel MTL RVP
+ SOC with NPCX_NPCX9M3F
+
+source "Kconfig.zephyr"