diff options
author | Andrzej Pietrasiewicz <[email protected]> | 2013-07-09 08:14:39 +0200 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2013-07-15 13:04:46 +0300 |
commit | 9d140f796f76d6a11fd27f07838285096e09b63b (patch) | |
tree | 6885ef4457b8aa973b1e79ca5d4eb92718a69f7b | |
parent | 8047806e64ea7b33fcede5b93f7276568a6119e8 (diff) |
usb: gadget: Kconfig: Fix configfs-based RNDIS function build
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]>
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 62f6802f6e0f..5fce99a5d99e 100644 --- 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, |