diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-07-09 08:14:39 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-15 13:04:46 +0300 |
commit | 9d140f796f76d6a11fd27f07838285096e09b63b (patch) | |
tree | 6885ef4457b8aa973b1e79ca5d4eb92718a69f7b | |
parent | 8047806e64ea7b33fcede5b93f7276568a6119e8 (diff) | |
download | linux-9d140f796f76d6a11fd27f07838285096e09b63b.tar.gz linux-9d140f796f76d6a11fd27f07838285096e09b63b.tar.bz2 linux-9d140f796f76d6a11fd27f07838285096e09b63b.zip |
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 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, |