summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim <tim2.lin@ite.corp-partner.google.com>2019-11-20 17:12:48 +0800
committerCommit Bot <commit-bot@chromium.org>2019-11-22 11:22:06 +0000
commitc1c35bbd9ee4869f3b5e0bb95847c57a3b3ededa (patch)
tree2555c92198a4216f46b6238c0f6b909ce52b6f8c
parentdbada69697be895fffe1b7ded21d80db1d01cf9a (diff)
downloadchrome-ec-c1c35bbd9ee4869f3b5e0bb95847c57a3b3ededa.tar.gz
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 <tim2.lin@ite.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1868134 Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--chip/it83xx/config_chip.h1
1 files changed, 0 insertions, 1 deletions
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 */