From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elina Pasheva Subject: [PATCH 1/1] net/usb: remove default in Kconfig for sierra_net driver Date: Fri, 30 Apr 2010 17:05:00 -0700 Message-ID: <1272672300.7581.2.camel@Linuxdev4-laptop> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: , , , To: , Return-path: Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Subject: [PATCH 1/1] net/usb: remove default in Kconfig for sierra_net driver From: Elina Pasheva The following patch removes the default from the Kconfig entry for sierra_net driver as recommended. All non-core drivers should default to "n". This patch has been checked against net-2.6 tree. Signed-off-by: Elina Pasheva Signed-off-by: Rory Filer --- drivers/net/usb/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 5d58abc..d7b7018 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -400,7 +400,6 @@ config USB_IPHETH config USB_SIERRA_NET tristate "USB-to-WWAN Driver for Sierra Wireless modems" depends on USB_USBNET - default y help Choose this option if you have a Sierra Wireless USB-to-WWAN device. -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html