From: Francois Romieu Date: Wed, 6 Aug 2014 22:36:40 +0000 (+0200) Subject: net: fix USB network driver config option. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~138^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269f8cb2608c7bdebadeb9a2061ba42dcd6d4ff7;p=pandora-kernel.git net: fix USB network driver config option. It must be tristate to avoid broken dependencies with kernel built-in usb network drivers when usb support is module only. When net config option is set, least surprize default should match usb. Wireless RNDIS USB driver used to select USB_USBNET. USB_USBNET now depends on USB_NET_DRIVERS so the latter should be selected as well. Signed-off-by: Francois Romieu Signed-off-by: David S. Miller --- Reading git-diff-tree failed