X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2FKconfig;h=3fa5b2e37e81c86171e35a8167116c2a469a9e6e;hb=fbc4b8af469459425de72530dbded0ddbe157004;hp=637ef3d567e88c348d8c362d6a145cf1d074c733;hpb=e536ab8849b2b4f6d68bbc8e1d1f9bc033db06bd;p=oweals%2Fu-boot.git diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 637ef3d567..3fa5b2e37e 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -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"