diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index 9cfe5eb7d2ba..546fc03edd80 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig @@ -312,8 +312,8 @@ config USB_G_PRINTER config USB_G_SLP boolean "SLP Gadget based on Android" - select USB_LIBCOMPOSITE - depends on USB_G_SLP_REQ_F_ACM + depends on USB_LIBCOMPOSITE + select USB_G_SLP_REQ_F_ACM help The SLP gadget driver supports multiple USB functions. The functions can be configured via a board file and may be |