summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2019-10-25 16:09:58 -0600
committerCommit Bot <commit-bot@chromium.org>2019-10-30 20:13:01 +0000
commit8741abc79b0fd4d94873d96f28e423401dae75b3 (patch)
treef7ab12c0e36b3c65b87a65d8c277ec8e5c23537a /include/config.h
parent9e2fc248a49d7c4ee7f6bf030586a5adf584052f (diff)
downloadchrome-ec-8741abc79b0fd4d94873d96f28e423401dae75b3.tar.gz
PCH_PLTRST_L: Use appropriate config option
Define a GPIO for PCH_PLTRST_L based on CONFIG_HOSTCMD_ESPI, because that is the configuration option used to enable to use of the the GPIO signal name thus defined. Remove the now unused CONFIG_HOSTCMD_PLTRST_IS_VWIRE option. BUG=b:139553375,b:143288478 TEST=Build it83xx_evb, reef_it8320, and tglrvpu_ite BRANCH=none Change-Id: Ia0dbfee0c6c2eda566e79cad7ab6e0c685809c05 Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1881756 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 52d7bb44fa..83c1a52bd7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2684,9 +2684,6 @@
*/
#undef CONFIG_HOSTCMD_ESPI_EC_CHAN_BITMAP
-/* Use Virtual Wire for Platform Reset instead of a sideband signal */
-#undef CONFIG_HOSTCMD_ESPI_PLTRST_IS_VWIRE
-
/* Base address of low power RAM. */
#undef CONFIG_LPRAM_BASE