Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966982AbXEGVIu (ORCPT ); Mon, 7 May 2007 17:08:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966970AbXEGVIq (ORCPT ); Mon, 7 May 2007 17:08:46 -0400 Received: from khc.piap.pl ([195.187.100.11]:55910 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966969AbXEGVIo (ORCPT ); Mon, 7 May 2007 17:08:44 -0400 To: Roman Zippel Cc: Jeff Garzik , Russell King , lkml , netdev@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk Subject: [PATCH 1a/3] WAN Kconfig: change "depends on HDLC" to "select" References: <463F27CE.2040008@garzik.org> From: Krzysztof Halasa In-Reply-To: (Roman Zippel's message of "Mon, 7 May 2007 19:07:43 +0200 (CEST)") Date: Mon, 07 May 2007 23:08:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2874 Lines: 101 Allow enabling WAN drivers without selecting generic HDLC first, HDLC will be selected automatically. Signed-off-by: Krzysztof Halasa --- linux/drivers/net/wan/Kconfig 2007-05-07 22:46:06.000000000 +0200 +++ linux/drivers/net/wan/Kconfig 2007-05-07 22:45:13.000000000 +0200 @@ -169,7 +169,8 @@ config PCI200SYN tristate "Goramo PCI200SYN support" - depends on HDLC && PCI + depends on PCI + select HDLC help Driver for PCI200SYN cards by Goramo sp. j. @@ -183,7 +184,8 @@ config WANXL tristate "SBE Inc. wanXL support" - depends on HDLC && PCI + depends on PCI + select HDLC help Driver for wanXL PCI cards by SBE Inc. @@ -206,7 +208,8 @@ config PC300 tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)" - depends on HDLC && PCI + depends on PCI + select HDLC ---help--- Driver for the Cyclades-PC300 synchronous communication boards. @@ -228,14 +231,15 @@ Multilink PPP over the PC300 synchronous communication boards. comment "Cyclades-PC300 MLPPP support is disabled." - depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) + depends on PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) comment "Refer to the file README.mlppp, provided by PC300 package." - depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) + depends on PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) config PC300TOO tristate "Cyclades PC300 RSV/X21 alternative support" - depends on HDLC && PCI + depends on PCI + select HDLC help Alternative driver for PC300 RSV/X21 PCI cards made by Cyclades, Inc. If you have such a card, say Y here and see @@ -248,7 +252,8 @@ config N2 tristate "SDL RISCom/N2 support" - depends on HDLC && ISA + depends on ISA + select HDLC help Driver for RISCom/N2 single or dual channel ISA cards by SDL Communications Inc. @@ -265,7 +270,8 @@ config C101 tristate "Moxa C101 support" - depends on HDLC && ISA + depends on ISA + select HDLC help Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd. @@ -279,7 +285,8 @@ config FARSYNC tristate "FarSync T-Series support" - depends on HDLC && PCI + depends on PCI + select HDLC ---help--- Support for the FarSync T-Series X.21 (and V.35/V.24) cards by FarSite Communications Ltd. @@ -298,7 +305,8 @@ config DSCC4 tristate "Etinc PCISYNC serial board support" - depends on HDLC && PCI && m + depends on PCI && m + select HDLC help Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens) DSCC4 chipset. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/