summaryrefslogtreecommitdiff
path: root/zephyr/program/myst/myst/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/myst/myst/project.conf')
-rw-r--r--zephyr/program/myst/myst/project.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/zephyr/program/myst/myst/project.conf b/zephyr/program/myst/myst/project.conf
new file mode 100644
index 0000000000..e223c83db6
--- /dev/null
+++ b/zephyr/program/myst/myst/project.conf
@@ -0,0 +1,27 @@
+# Copyright 2023 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Myst reference-board-specific Kconfig settings.
+CONFIG_BOARD_MYST=y
+
+# CBI WP pin present
+CONFIG_PLATFORM_EC_EEPROM_CBI_WP=y
+
+# Myst is capable of sinking 100W
+CONFIG_PLATFORM_EC_PD_MAX_POWER_MW=100000
+CONFIG_PLATFORM_EC_PD_MAX_CURRENT_MA=5000
+CONFIG_PLATFORM_EC_PD_MAX_VOLTAGE_MV=20000
+
+# Enable alternative charger chip
+CONFIG_PLATFORM_EC_CHARGER_RUNTIME_CONFIG=y
+CONFIG_PLATFORM_EC_CHARGER_ISL9241=y
+
+# Battery
+CONFIG_PLATFORM_EC_BATTERY_PRESENT_GPIO=y
+
+# Disable BC12
+# CONFIG_PLATFORM_EC_USB_CHARGER=n
+
+# EC Host Commands
+CONFIG_PLATFORM_EC_HOSTCMD_AP_RESET=y