diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2020-04-07 23:06:42 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-04-12 16:17:00 -0700 |
commit | 4c13ca86dcf80a8c705b1f3674ff43d318e970e0 (patch) | |
tree | c1407b976a3d203e70f1e223c6f820b2daa1ac66 /arch/um/Makefile-os-Linux | |
parent | 43900edf67d7ef3ac8909854d75b8a1fba2d570c (diff) | |
download | linux-4c13ca86dcf80a8c705b1f3674ff43d318e970e0.tar.gz |
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 5d50bd440bc2 ("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: <stable@vger.kernel.org> # 5.6.x
Fixes: 5d50bd440bc2 ("drm/udl: Make udl driver depend on CONFIG_USB")
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/um/Makefile-os-Linux')
0 files changed, 0 insertions, 0 deletions