[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ehbgw0pz.fsf@nemi.mork.no>
Date: Wed, 03 Jul 2013 09:40:08 +0200
From: Bjørn Mork <bjorn@...k.no>
To: Enrico Mioso <mrkiko.rs@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH RFC 2/3] Introduce huawei_cdc_ncm driver
Enrico Mioso <mrkiko.rs@...il.com> writes:
> This patch, introduce the huawei_cdc_ncm driver, modifying the build
> infrastructure as needed.
>
> Signed-off-by: Enrico Mioso <mrkiko.rs@...il.com>
>
>
> diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
> index 287cc62..33cb175 100644
> --- a/drivers/net/usb/Kconfig
> +++ b/drivers/net/usb/Kconfig
> @@ -246,6 +246,18 @@ config USB_NET_CDC_NCM
> * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
> * Ericsson F5521gw Mobile Broadband Module
>
> +config USB_NET_HUAWEI_CDC_NCM
> + tristate "Huawei-style CDC NCM support"
> + depends on USB_USBNET
> + default y
> + select USB_WDM
> + select USB_NET_CDC_NCM
> + help
> + This driver aims to support huawei-style NCM devices, that use ncm as a
> + transport for other protols.
> + To compile this driver as a module, choose M here: the module will be
> + called huawei_cdc_ncm.
> +
> config USB_NET_CDC_MBIM
> tristate "CDC MBIM support"
> depends on USB_USBNET
> diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile
> index 9ab5c9d..12a0279 100644
> --- a/drivers/net/usb/Makefile
> +++ b/drivers/net/usb/Makefile
> @@ -31,6 +31,7 @@ obj-$(CONFIG_USB_IPHETH) += ipheth.o
> obj-$(CONFIG_USB_SIERRA_NET) += sierra_net.o
> obj-$(CONFIG_USB_NET_CX82310_ETH) += cx82310_eth.o
> obj-$(CONFIG_USB_NET_CDC_NCM) += cdc_ncm.o
> +obj-$(CONFIG_USB_NET_HUAWEI_CDC_NCM) += huawei_cdc_ncm.o
> obj-$(CONFIG_USB_VL600) += lg-vl600.o
> obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
> obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
This patch must come last or you break the build here. Every single
point in the git history must build to ensure bisectability.
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists