summaryrefslogtreecommitdiff
path: root/zephyr/projects/guybrush/prj.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/guybrush/prj.conf')
-rw-r--r--zephyr/projects/guybrush/prj.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf
new file mode 100644
index 0000000000..85f93189b1
--- /dev/null
+++ b/zephyr/projects/guybrush/prj.conf
@@ -0,0 +1,30 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+CONFIG_CROS_EC=y
+CONFIG_PLATFORM_EC=y
+CONFIG_SHIMMED_TASKS=y
+
+CONFIG_PLATFORM_EC_VBOOT_EFS2=n
+
+# Power sequencing
+CONFIG_AP=n
+
+# Power button
+CONFIG_PLATFORM_EC_POWER_BUTTON=n
+CONFIG_HAS_TASK_POWERBTN=n
+
+# External power
+CONFIG_PLATFORM_EC_EXTPOWER_GPIO=n
+
+# Lid switch
+CONFIG_PLATFORM_EC_LID_SWITCH=n
+
+CONFIG_PLATFORM_EC_KEYBOARD=n
+CONFIG_CROS_KB_RAW_NPCX=n
+
+# This is not yet supported
+CONFIG_PLATFORM_EC_ADC=n
+CONFIG_PLATFORM_EC_BOARD_VERSION_CBI=n
+CONFIG_PLATFORM_EC_BOARD_VERSION_GPIO=n