]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/musb-new/Kconfig
spl: disk: usb: Add dependencies to sprintf/strto*
[u-boot] / drivers / usb / musb-new / Kconfig
index ea5bae260ef9fee80f17a3cb7c66544755f6e146..f8f2205a62d317b63b0bc771a6bf6a1945b5e801 100644 (file)
@@ -5,12 +5,16 @@ comment "MUSB Controller Driver"
 
 config USB_MUSB_HOST
        bool "MUSB host mode support"
+       select SPL_SPRINTF if SPL
+       select TPL_SPRINTF if TPL
        help
          Enables the MUSB USB dual-role controller in host mode.
 
 config USB_MUSB_GADGET
        bool "MUSB gadget mode support"
        select USB_GADGET_DUALSPEED
+       select SPL_SPRINTF if SPL
+       select TPL_SPRINTF if TPL
        help
          Enables the MUSB USB dual-role controller in gadget mode.