diff options
author | Felipe Balbi <balbi@ti.com> | 2015-08-06 11:29:19 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-08-06 11:29:19 -0500 |
commit | 2e8328fb87d02569511c4808a1b3f44f67bd83fd (patch) | |
tree | e55643bc444b070e09f81da7c9d3a3ce1149ebff /drivers/usb/gadget/legacy/Kconfig | |
parent | 4a1e9211809d4130fe23cad1bea222222d6e94f4 (diff) | |
download | talos-obmc-linux-2e8328fb87d02569511c4808a1b3f44f67bd83fd.tar.gz talos-obmc-linux-2e8328fb87d02569511c4808a1b3f44f67bd83fd.zip |
usb: gadget: legacy: nokia: add CONFIG_BLOCK dependency
g_nokia now has mass_storage function, so it should
depend on CONFIG_BLOCK.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/legacy/Kconfig')
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index ddef41f6df3e..4d682ad7bf23 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig @@ -339,6 +339,7 @@ config USB_CDC_COMPOSITE config USB_G_NOKIA tristate "Nokia composite gadget" depends on PHONET + depends on BLOCK select USB_LIBCOMPOSITE select USB_U_SERIAL select USB_U_ETHER |