summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-04 15:55:24 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-11 21:27:42 +0000
commit826df25009616776d62a80fe641ac59182b101f8 (patch)
tree501278dd3b07768919b30bf549011d37b72a2f71
parent66e460a5738f4a39d3f007f2f72a229699eaf19f (diff)
downloadchrome-ec-826df25009616776d62a80fe641ac59182b101f8.tar.gz
zephyr: Tidy up PLATFORM_EC_USB_PORT_POWER_DUMB_CUSTOM_HOOK
This Kconfig should use tabs for indentation, rather than spaces. Fix it. BUG=b:189855648 BRANCH=none TEST=with other CLs, build asurada for Zephyr Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I25eed9ece49cdfe477e5107b6689d8a3890a82a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2941820 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Tested-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
-rw-r--r--zephyr/Kconfig.usbc7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index 86e29f94d8..de12d21d81 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -25,11 +25,10 @@ config PLATFORM_EC_USB_PORT_POWER_DUMB
config PLATFORM_EC_USB_PORT_POWER_DUMB_CUSTOM_HOOK
bool "Simple control of power to USB-A ports"
- depends on PLATFORM_EC_USB_PORT_POWER_DUMB
- default n
+ depends on PLATFORM_EC_USB_PORT_POWER_DUMB
help
- Enable this if your board does not want to use the default S3 hooks
- from USB_PORT_POWER_DUMB.
+ Enable this if your board does not want to use the default S3 hooks
+ from USB_PORT_POWER_DUMB.
menuconfig PLATFORM_EC_USBC
bool "USB Type-C"