diff mbox

[007/007] WAN Drivers: Update farsync driver and introduce fsflex driver

Message ID E603DC592C92B54A89CEF6B0919A0B1CAAAA787DA6@SOLO.hq.farsitecommunications.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Kevin Curtis Sept. 18, 2013, 10:12 a.m. UTC
Farsite Communications FarSync driver update

Patch 7 of 7

Update the help text and description for farsync configuration in the Kernel.
Build farsync and fsflex when the farsync driver is selected.

Signed-off-by: Kevin Curtis <kevin.curtis@farsite.com>

---

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Ben Hutchings Sept. 18, 2013, 3:57 p.m. UTC | #1
On Wed, 2013-09-18 at 11:12 +0100, Kevin Curtis wrote:
> Farsite Communications FarSync driver update
> 
> Patch 7 of 7
> 
> Update the help text and description for farsync configuration in the Kernel.
> Build farsync and fsflex when the farsync driver is selected.

fsflex seems to be an entirely independent module and should have its
own config option.

Ben.

> Signed-off-by: Kevin Curtis <kevin.curtis@farsite.com>
> 
> ---
> 
> diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/drivers/net/wan/Kconfig linux-3.10.1_new/drivers/net/wan/Kconfig
> --- linux-3.10.1/drivers/net/wan/Kconfig	2013-07-13 19:42:41.000000000 +0100
> +++ linux-3.10.1_new/drivers/net/wan/Kconfig	2013-07-31 14:11:05.792775800 +0100
> @@ -248,11 +248,11 @@ config C101
>  	  If unsure, say N.
>  
>  config FARSYNC
> -	tristate "FarSync T-Series support"
> +	tristate "FarSync T-Series and Flex support"
>  	depends on HDLC && PCI
>  	---help---
> -	  Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
> -	  FarSite Communications Ltd.
> +	  Support for the FarSync T-Series and FarSync Flex X.21 (and
> +          V.35/V.24) ports by FarSite Communications Ltd.
>  
>  	  Synchronous communication is supported on all ports at speeds up to
>  	  8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
> diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/drivers/net/wan/Makefile linux-3.10.1_new/drivers/net/wan/Makefile
> --- linux-3.10.1/drivers/net/wan/Makefile	2013-07-13 19:42:41.000000000 +0100
> +++ linux-3.10.1_new/drivers/net/wan/Makefile	2013-07-26 09:14:15.345354002 +0100
> @@ -16,7 +16,7 @@ obj-$(CONFIG_HDLC_X25)		+= hdlc_x25.o
>  obj-$(CONFIG_HOSTESS_SV11)	+= z85230.o	hostess_sv11.o
>  obj-$(CONFIG_SEALEVEL_4021)	+= z85230.o	sealevel.o
>  obj-$(CONFIG_COSA)		+= cosa.o
> -obj-$(CONFIG_FARSYNC)		+= farsync.o
> +obj-$(CONFIG_FARSYNC)		+= farsync.o fsflex.o
>  obj-$(CONFIG_DSCC4)             += dscc4.o
>  obj-$(CONFIG_X25_ASY)		+= x25_asy.o
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/drivers/net/wan/Kconfig linux-3.10.1_new/drivers/net/wan/Kconfig
--- linux-3.10.1/drivers/net/wan/Kconfig	2013-07-13 19:42:41.000000000 +0100
+++ linux-3.10.1_new/drivers/net/wan/Kconfig	2013-07-31 14:11:05.792775800 +0100
@@ -248,11 +248,11 @@  config C101
 	  If unsure, say N.
 
 config FARSYNC
-	tristate "FarSync T-Series support"
+	tristate "FarSync T-Series and Flex support"
 	depends on HDLC && PCI
 	---help---
-	  Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
-	  FarSite Communications Ltd.
+	  Support for the FarSync T-Series and FarSync Flex X.21 (and
+          V.35/V.24) ports by FarSite Communications Ltd.
 
 	  Synchronous communication is supported on all ports at speeds up to
 	  8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
diff -uprN -X linux-3.10.1/Documentation/dontdiff linux-3.10.1/drivers/net/wan/Makefile linux-3.10.1_new/drivers/net/wan/Makefile
--- linux-3.10.1/drivers/net/wan/Makefile	2013-07-13 19:42:41.000000000 +0100
+++ linux-3.10.1_new/drivers/net/wan/Makefile	2013-07-26 09:14:15.345354002 +0100
@@ -16,7 +16,7 @@  obj-$(CONFIG_HDLC_X25)		+= hdlc_x25.o
 obj-$(CONFIG_HOSTESS_SV11)	+= z85230.o	hostess_sv11.o
 obj-$(CONFIG_SEALEVEL_4021)	+= z85230.o	sealevel.o
 obj-$(CONFIG_COSA)		+= cosa.o
-obj-$(CONFIG_FARSYNC)		+= farsync.o
+obj-$(CONFIG_FARSYNC)		+= farsync.o fsflex.o
 obj-$(CONFIG_DSCC4)             += dscc4.o
 obj-$(CONFIG_X25_ASY)		+= x25_asy.o