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 --- common/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/main.c') diff --git a/common/main.c b/common/main.c index 58f01812ef..6adea9b049 100644 --- a/common/main.c +++ b/common/main.c @@ -160,7 +160,7 @@ test_mockable __keep int main(void) * done, lpc always report mask needs to be initialized * correctly. */ -#ifdef CONFIG_LPC +#ifdef CONFIG_HOSTCMD_X86 lpc_init_mask(); #endif #ifdef HAS_TASK_KEYSCAN -- cgit v1.2.1