summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/casta/board.h3
-rw-r--r--board/casta/gpio.inc3
2 files changed, 3 insertions, 3 deletions
diff --git a/board/casta/board.h b/board/casta/board.h
index c99ae1e696..e7afd7a51b 100644
--- a/board/casta/board.h
+++ b/board/casta/board.h
@@ -36,9 +36,6 @@
/* TODO(b/119872005): Casta: confirm thermistor parts */
#define CONFIG_STEINHART_HART_3V3_13K7_47K_4050B
#define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B
-#define CONFIG_MKBP_EVENT
-#undef CONFIG_MKBP_USE_GPIO
-#define CONFIG_MKBP_USE_HOST_EVENT
/* Battery W/A */
#define CONFIG_CHARGER_PROFILE_OVERRIDE
diff --git a/board/casta/gpio.inc b/board/casta/gpio.inc
index 7f4a164605..c827d18a97 100644
--- a/board/casta/gpio.inc
+++ b/board/casta/gpio.inc
@@ -126,6 +126,9 @@ GPIO(BAT_LED_RED_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(BAT_LED_GREEN_L, PIN(C, 4), GPIO_OUT_HIGH)
GPIO(PWR_LED_BLUE_L, PIN(D, 7), GPIO_OUT_HIGH)
+/* MKBP event synchronization */
+GPIO(EC_INT_L, PIN(9, 4), GPIO_ODR_HIGH) /* EC_AP_INT_ODL */
+
/* Not implemented in hardware */
UNIMPLEMENTED(KB_BL_PWR_EN)