summaryrefslogtreecommitdiff
path: root/zephyr/projects/rex/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/rex/Kconfig')
-rw-r--r--zephyr/projects/rex/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/rex/Kconfig b/zephyr/projects/rex/Kconfig
new file mode 100644
index 0000000000..7d17c27815
--- /dev/null
+++ b/zephyr/projects/rex/Kconfig
@@ -0,0 +1,11 @@
+# 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_REX
+ bool "Google Rex Baseboard"
+ help
+ Build Google Rex reference board. The board uses Nuvoton
+ NPCX9 chip as the EC.
+
+source "Kconfig.zephyr"