]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: dwc3: Add missing dependency on MISC uclass
authorMichal Simek <michal.simek@xilinx.com>
Wed, 5 Dec 2018 07:57:57 +0000 (08:57 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Dec 2018 11:44:12 +0000 (12:44 +0100)
Generic wrapper requires MISC uclass but dependency is not covered in
Kconfig.

 misc        0  [ + ]   dwc3-generic-wrapper  |   |-- usb0@ff9d0000
 usb_dev_ge  0  [ + ]   dwc3-generic-periphe  |   |   `-- dwc3@fe200000
 misc        1  [   ]   dwc3-generic-wrapper  |   |-- usb1@ff9e0000
 usb         0  [   ]   dwc3-generic-host     |   |   `-- dwc3@fe300000
 watchdog    0  [ + ]   cdns_wdt              |   `-- watchdog@fd4d0000

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/usb/dwc3/Kconfig

index 943b7630eba4da22a5dfe3303103321f7e5789c0..9f0b8a2d0b4fe3bbc99603ac47b4fa98a5d80a6b 100644 (file)
@@ -39,7 +39,7 @@ config USB_DWC3_OMAP
 
 config USB_DWC3_GENERIC
        bool "Xilinx ZynqMP and similar Platforms"
-       depends on DM_USB && USB_DWC3
+       depends on DM_USB && USB_DWC3 && MISC
        help
          Some platforms can reuse this DWC3 generic implementation.