diff options
author | Paul Cercueil <paul@crapouillou.net> | 2022-10-26 19:26:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-09 12:39:13 +0100 |
commit | d9b324307777404f978660b5752fb264ee344a22 (patch) | |
tree | 3a9990036e47503dd9d3e6f8fce867332303f5f3 | |
parent | 0afddf1e49d1172a87c7a73002e62aa66b6af677 (diff) | |
download | linux-stable-d9b324307777404f978660b5752fb264ee344a22.tar.gz linux-stable-d9b324307777404f978660b5752fb264ee344a22.tar.bz2 linux-stable-d9b324307777404f978660b5752fb264ee344a22.zip |
usb: musb: jz4740: Don't disable external hubs
The jz4740-musb driver does not really support OTG, so it has no reason
to disable external hubs, especially since it's a system-wide setting
and we don't want external hubs to be disabled for other USB host
controllers.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20221026182657.146630-6-paul@crapouillou.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/musb/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index f9eec666103c..290df4d5d5ce 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -107,7 +107,6 @@ config USB_MUSB_JZ4740 depends on OF depends on MIPS || COMPILE_TEST depends on USB_MUSB_GADGET - depends on USB=n || USB_OTG_DISABLE_EXTERNAL_HUB select USB_ROLE_SWITCH config USB_MUSB_MEDIATEK |