Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: typec: ucsi: Fix unmet dependencies for UCSI_HUAWEI_GAOKUN

WARNING: unmet direct dependencies detected for DRM_AUX_HPD_BRIDGE
Depends on [n]: HAS_IOMEM [=y] && DRM [=n] && DRM_BRIDGE [=n] && OF [=n]
Selected by [m]:
- UCSI_HUAWEI_GAOKUN [=m] && USB_SUPPORT [=y] && TYPEC [=m] && TYPEC_UCSI [=m] && EC_HUAWEI_GAOKUN [=m]

DRM_AUX_HPD_BRIDGE depends on DRM_BRIDGE and OF, only select it with
both for UCSI_HUAWEI_GAOKUN.

Fixes: 00327d7f2c8c ("usb: typec: ucsi: add Huawei Matebook E Go ucsi driver")
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20250417122843.2667008-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yue Haibing and committed by
Greg Kroah-Hartman
0bc3e641 e6f9fd8e

+1 -1
+1 -1
drivers/usb/typec/ucsi/Kconfig
··· 94 94 config UCSI_HUAWEI_GAOKUN 95 95 tristate "UCSI Interface Driver for Huawei Matebook E Go" 96 96 depends on EC_HUAWEI_GAOKUN 97 - select DRM_AUX_HPD_BRIDGE 97 + select DRM_AUX_HPD_BRIDGE if DRM_BRIDGE && OF 98 98 help 99 99 This driver enables UCSI support on the Huawei Matebook E Go tablet, 100 100 which is a sc8280xp-based 2-in-1 tablet.