dm: usb: eth: Add driver-model support to the asix driver
[oweals/u-boot.git] / drivers / usb / Kconfig
index a4414efab753fed89dd0b8f6b848d21656399da3..3fa5b2e37e81c86171e35a8167116c2a469a9e6e 100644 (file)
@@ -46,11 +46,13 @@ config DM_USB
 
          Much of the code is shared but with this option enabled the USB
          uclass takes care of device enumeration. USB devices can be
 
          Much of the code is shared but with this option enabled the USB
          uclass takes care of device enumeration. USB devices can be
-         declared with the USB_DEVICE() macro and will be automatically
-         probed when found on the bus.
+         declared with the U_BOOT_USB_DEVICE() macro and will be
+         automatically probed when found on the bus.
 
 source "drivers/usb/host/Kconfig"
 
 
 source "drivers/usb/host/Kconfig"
 
+source "drivers/usb/emul/Kconfig"
+
 config USB_STORAGE
        bool "USB Mass Storage support"
        ---help---
 config USB_STORAGE
        bool "USB Mass Storage support"
        ---help---