dm: usb: eth: Add driver-model support to the asix driver
[oweals/u-boot.git] / drivers / usb / Kconfig
index 637ef3d567e88c348d8c362d6a145cf1d074c733..3fa5b2e37e81c86171e35a8167116c2a469a9e6e 100644 (file)
@@ -46,8 +46,8 @@ 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
-         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"