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