projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8047806
)
usb: gadget: Kconfig: Fix configfs-based RNDIS function build
author
Andrzej Pietrasiewicz
<
[email protected]
>
Tue, 9 Jul 2013 06:14:39 +0000
(08:14 +0200)
committer
Felipe Balbi
<
[email protected]
>
Mon, 15 Jul 2013 10:04:46 +0000
(13:04 +0300)
USB_CONFIGFS_RNDIS depends on USB_U_RNDIS. Select it.
Acked-by: Michal Nazarewicz <
[email protected]
>
Reported-by: Fengguang Wu <
[email protected]
>
Signed-off-by: Andrzej Pietrasiewicz <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/gadget/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Kconfig
b/drivers/usb/gadget/Kconfig
index 62f6802f6e0fd98bec3aa03abe3d0fff4a1ee191..5fce99a5d99e3ba5325c3e6185f001a7b4f4ad8d 100644
(file)
--- a/
drivers/usb/gadget/Kconfig
+++ b/
drivers/usb/gadget/Kconfig
@@
-639,6
+639,7
@@
config USB_CONFIGFS_RNDIS
depends on USB_CONFIGFS
depends on NET
select USB_U_ETHER
+ select USB_U_RNDIS
select USB_F_RNDIS
help
Microsoft Windows XP bundles the "Remote NDIS" (RNDIS) protocol,