From c1c35bbd9ee4869f3b5e0bb95847c57a3b3ededa Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 20 Nov 2019 17:12:48 +0800 Subject: it83xx/config_chip: remove configuration The CONFIG_HOSTCMD_X86 will get automatically defined if either CONFIG_HOSTCMD_LPC or CONFIG_HOSTCMD_ESPI are defined. So this definition is redundant in config_chip.h BUG=none BRANCH=none TEST=make buildall -j Change-Id: I3cb9b61d4b006becba5eb75e0dabe61bd9e3c999 Signed-off-by: tim Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1868134 Reviewed-by: Jett Rink --- chip/it83xx/config_chip.h | 1 - 1 file changed, 1 deletion(-) diff --git a/chip/it83xx/config_chip.h b/chip/it83xx/config_chip.h index 40bf280276..1eb0c0f05a 100644 --- a/chip/it83xx/config_chip.h +++ b/chip/it83xx/config_chip.h @@ -111,7 +111,6 @@ /* Optional features present on this chip */ #define CHIP_FAMILY_IT83XX #define CONFIG_ADC -#define CONFIG_HOSTCMD_X86 #define CONFIG_SWITCH /* Chip needs to do custom pre-init */ -- cgit v1.2.1