]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/Kconfig
gpio/hsdk: Depend on DM_GPIO instead of simple DM
[people/ms/u-boot.git] / drivers / usb / Kconfig
index 7fa99c6891f488105e87f9f90ea5a2a8a3baf464..e7658b4d95c9c90efb51dc726498489bc06b4aa5 100644 (file)
@@ -49,10 +49,14 @@ config DM_USB
 
 source "drivers/usb/host/Kconfig"
 
+source "drivers/usb/dwc3/Kconfig"
+
 source "drivers/usb/musb-new/Kconfig"
 
 source "drivers/usb/emul/Kconfig"
 
+source "drivers/usb/ulpi/Kconfig"
+
 comment "USB peripherals"
 
 config USB_STORAGE
@@ -71,7 +75,7 @@ if USB_KEYBOARD
 
 choice
        prompt "USB keyboard polling"
-       optional
+       default SYS_USB_EVENT_POLL
        ---help---
          Enable a polling mechanism for USB keyboard.
 
@@ -90,4 +94,6 @@ endif
 
 source "drivers/usb/gadget/Kconfig"
 
+source "drivers/usb/eth/Kconfig"
+
 endif