From 8f6fff795bdfff6e98395b5aa3fc9127fa5748c1 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Mon, 21 May 2018 10:22:55 -0600 Subject: lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86 We have converted all LPC-only configs to HOSTCMD_LPC so the remaining CONFIG_LPC defines represent the common case. BRANCH=none BUG=chromium:818804 TEST=Full stack builds and works on yorp (espi) and grunt (lpc) Change-Id: Iba9a48f2cab12fadd0d9ab8eab0d5d5476eab238 Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/1067503 Reviewed-by: Randall Spangler --- power/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'power') diff --git a/power/common.c b/power/common.c index d4fc0aecee..0979b577af 100644 --- a/power/common.c +++ b/power/common.c @@ -209,7 +209,7 @@ void power_set_state(enum power_state new_state) want_g3_exit = 0; } -#ifdef CONFIG_LPC +#ifdef CONFIG_HOSTCMD_X86 /* If host doesn't program s0ix lazy wake mask, use default s0ix mask */ #define DEFAULT_WAKE_MASK_S0IX (EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_OPEN) | \ -- cgit v1.2.1