diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-07-09 02:14:39 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-15 06:04:46 -0400 |
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 <mina86@mina86.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
-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 | |||
639 | depends on USB_CONFIGFS | 639 | depends on USB_CONFIGFS |
640 | depends on NET | 640 | depends on NET |
641 | select USB_U_ETHER | 641 | select USB_U_ETHER |
642 | select USB_U_RNDIS | ||
642 | select USB_F_RNDIS | 643 | select USB_F_RNDIS |
643 | help | 644 | help |
644 | Microsoft Windows XP bundles the "Remote NDIS" (RNDIS) protocol, | 645 | Microsoft Windows XP bundles the "Remote NDIS" (RNDIS) protocol, |