summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2019-09-05 13:38:53 +0800
committerCommit Bot <commit-bot@chromium.org>2019-09-13 00:35:16 +0000
commit9a4cf337a21a936fbe2a26c58e17b5ba72cc633d (patch)
tree1b406db98f55d513de2cd4926e3b54644b9e8738
parent363a95df1b4921f8faa1cdb35edee7accc37deb7 (diff)
downloadchrome-ec-9a4cf337a21a936fbe2a26c58e17b5ba72cc633d.tar.gz
config.h: remove unused CONFIG_USB_PORT_POWER_IN_S3
CONFIG_USB_PORT_POWER_IN_S3 is nowhere to be found in the EC source. BUG=none BRANCH=none TEST=verified there are no references to CONFIG_USB_PORT_POWER_IN_S3 Change-Id: I30c05950dec57f59cd18152c9a71fb01128e87fc Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1787625 Reviewed-by: Caveh Jalali <caveh@google.com>
-rw-r--r--include/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index d4fa6abf47..733b5036ce 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3991,12 +3991,6 @@
#undef CONFIG_USB_PORT_POWER_DUMB
/*
- * Support supplying USB power in S3, if the host leaves the port enabled when
- * entering S3.
- */
-#undef CONFIG_USB_PORT_POWER_IN_S3
-
-/*
* Support smart power control to the device's USB ports, using
* dedicated power control chips. This potentially enables automatic
* negotiation of supplying more power to peripherals.