From 8f243ce8444e5cf1d98e52849f1e3742db77db7b Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 25 Jul 2018 22:38:11 -0700 Subject: espi: Rename CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SLP_SIGNALS This change renames CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SIGNALS in order to make it clear that this config option indicates that chipset sleep signals (SLP_S3 and SLP_S4) are tranmitted over virtual wires instead of physical lines with eSPI. BUG=b:111859300 BRANCH=None TEST=make -j buildall Change-Id: Iab4423abc9102164d4f43296a279c24355445341 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/1151048 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin Reviewed-by: Jett Rink --- board/fizz/board.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/fizz/board.h') diff --git a/board/fizz/board.h b/board/fizz/board.h index 30b2ef8276..fd6646fec1 100644 --- a/board/fizz/board.h +++ b/board/fizz/board.h @@ -68,10 +68,10 @@ #define CONFIG_HOSTCMD_ESPI /* * Eve and Poppy all have wires from GPIO to PCH but - * CONFIG_HOSTCMD_ESPI_VW_SIGNALS is defined. So, those GPIOs are not used by - * EC. + * CONFIG_HOSTCMD_ESPI_VW_SLP_SIGNALS is defined. So, those GPIOs are not used + * by EC. */ -#define CONFIG_HOSTCMD_ESPI_VW_SIGNALS +#define CONFIG_HOSTCMD_ESPI_VW_SLP_SIGNALS /* Charger */ #define CONFIG_CHARGE_MANAGER -- cgit v1.2.1