Skip to content

Commit 4c13ca8

Browse files
Eugeniy Paltsevvineetgarc
authored andcommitted
ARC: [plat-hsdk]: fix USB regression
As of today the CONFIG_USB isn't explicitly present in HSDK defconfig as it is implicitly forcibly enabled by UDL driver which selects CONFIG_USB in its kconfig. The commit 5d50bd4 ("drm/udl: Make udl driver depend on CONFIG_USB") reverse the dependencies between UDL and USB so UDL now depends on CONFIG_USB and not selects it. This introduces regression for ARC HSDK board as HSDK defconfig wasn't adjusted and now it misses USB support due to lack of CONFIG_USB enabled. Fix that. Cc: <[email protected]> # 5.6.x Fixes: 5d50bd4 ("drm/udl: Make udl driver depend on CONFIG_USB") Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 43900ed commit 4c13ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arc/configs/hsdk_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ CONFIG_DRM_UDL=y
6565
CONFIG_DRM_ETNAVIV=y
6666
CONFIG_FB=y
6767
CONFIG_FRAMEBUFFER_CONSOLE=y
68+
CONFIG_USB=y
6869
CONFIG_USB_EHCI_HCD=y
6970
CONFIG_USB_EHCI_HCD_PLATFORM=y
7071
CONFIG_USB_OHCI_HCD=y

0 commit comments

Comments
 (0)