summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-02-25 14:39:51 +0800
committerCommit Bot <commit-bot@chromium.org>2022-02-25 08:46:14 +0000
commit7366243c103bd14bdfb9ad9ab45ad942efbb08a2 (patch)
treed8712940f93be1eaf10488f17ca74cc19feca623
parent586480172b1f22f18534584d592d1729ca8ecc14 (diff)
downloadchrome-ec-7366243c103bd14bdfb9ad9ab45ad942efbb08a2.tar.gz
zephyr: corsola: fix Kconfig typo
BUG=b:207802869 TEST=kingler boots BRANCH=none Change-Id: I4073c25fee7e7e27fcccfaf49bafefed9667cced Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3490447 Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/projects/corsola/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/corsola/Kconfig b/zephyr/projects/corsola/Kconfig
index d1336140c5..6c38371996 100644
--- a/zephyr/projects/corsola/Kconfig
+++ b/zephyr/projects/corsola/Kconfig
@@ -17,7 +17,7 @@ config BOARD_KINGLER
config VARIANT_CORSOLA_DB_DETECTION
bool "Corsola Platform Runtime Daughter Board Detection"
depends on PLATFORM_EC_USB_PD_TCPC_RUNTIME_CONFIG
- depends on PLATFORM_EC_USB_PD_MUX_RUNTIME_CONFIG
+ depends on PLATFORM_EC_USB_MUX_RUNTIME_CONFIG
help
Daughter board detection for Type-C subboard or HDMI subboard. This
includes pin configuration and driver loading.