summaryrefslogtreecommitdiff
path: root/chip/npcx/sib.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/sib.c')
-rw-r--r--chip/npcx/sib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/sib.c b/chip/npcx/sib.c
index b62946fc96..424048518e 100644
--- a/chip/npcx/sib.c
+++ b/chip/npcx/sib.c
@@ -19,7 +19,7 @@
* For eSPI - it is 200 us.
* For LPC - it is 5 us.
*/
-#ifdef CONFIG_HOSTCMD_ESPI
+#ifdef CONFIG_HOST_INTERFACE_ESPI
#define HOST_TRANSACTION_TIMEOUT_US 200
#else
#define HOST_TRANSACTION_TIMEOUT_US 5