projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1e921
)
usb: gadget: legacy: nokia: add CONFIG_BLOCK dependency
author
Felipe Balbi
<balbi@ti.com>
Thu, 6 Aug 2015 16:29:19 +0000
(11:29 -0500)
committer
Felipe Balbi
<balbi@ti.com>
Thu, 6 Aug 2015 16:29:19 +0000
(11:29 -0500)
g_nokia now has mass_storage function, so it should
depend on CONFIG_BLOCK.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/legacy/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/gadget/legacy/Kconfig
b/drivers/usb/gadget/legacy/Kconfig
index ddef41f6df3e567b1a6c00ed02f3006b32ac362f..4d682ad7bf23de10b714ce46a28a312130f37f9c 100644
(file)
--- 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