From 538a24ab36652a61795d108707b891c3ad4867cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Wed, 17 Nov 2021 17:49:27 +0100 Subject: config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename ESPI additional configs to match the name of base config that selects ESPI as HOST_INTERFACE. BUG=b:195416058 BRANCH=main TEST=zmake testall && make buildall Change-Id: I137449a1a58b1ea0d9794ebc0900e1b68413819d Signed-off-by: Michał Barnaś Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3291744 Reviewed-by: Sam Hurst Code-Coverage: Zoss --- board/npcx9_evb/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/npcx9_evb/board.h') diff --git a/board/npcx9_evb/board.h b/board/npcx9_evb/board.h index e707c0258e..33b76281f6 100644 --- a/board/npcx9_evb/board.h +++ b/board/npcx9_evb/board.h @@ -14,8 +14,8 @@ #define CONFIG_I2C /* Features of eSPI */ #define CONFIG_HOST_INTERFACE_ESPI -#define CONFIG_HOSTCMD_ESPI_VW_SLP_S3 -#define CONFIG_HOSTCMD_ESPI_VW_SLP_S4 +#define CONFIG_HOST_INTERFACE_ESPI_VW_SLP_S3 +#define CONFIG_HOST_INTERFACE_ESPI_VW_SLP_S4 /* Optional features */ #define CONFIG_ENABLE_JTAG_SELECTION -- cgit v1.2.1