summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/projects/guybrush/gpio.dts1
-rw-r--r--zephyr/projects/guybrush/prj.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/projects/guybrush/gpio.dts b/zephyr/projects/guybrush/gpio.dts
index eea163ad62..60f8be941e 100644
--- a/zephyr/projects/guybrush/gpio.dts
+++ b/zephyr/projects/guybrush/gpio.dts
@@ -105,6 +105,7 @@
ec_soc_wake_l {
gpios = <&gpio0 3 GPIO_OUT_HIGH>;
label = "EC_SOC_WAKE_L";
+ enum-name = "GPIO_EC_PCH_WAKE_ODL";
};
ec_soc_int_l {
gpios = <&gpio8 3 GPIO_OUT_HIGH>;
diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf
index e6962fd1ce..16d9fbcc41 100644
--- a/zephyr/projects/guybrush/prj.conf
+++ b/zephyr/projects/guybrush/prj.conf
@@ -5,6 +5,7 @@
CONFIG_CROS_EC=y
CONFIG_PLATFORM_EC=y
CONFIG_SHIMMED_TASKS=y
+CONFIG_ESPI=y
CONFIG_PLATFORM_EC_VBOOT_EFS2=n