lkml.org 
[lkml]   [2003]   [Jan]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 1 Jan 2003 15:05:31 +0100
FromTomas Szepe <>
Subject[PATCH] fix config dependency of proc support in the airo4500 driver
CONFIG_AIRONET4500_PROC is supposed to be built according to whether
CONFIG_AIRONET4500 is to be built-in or a module.  W/o the patch below
CONFIG_AIRONET4500_PROC complains it wants to be a module even when
CONFIG_AIRONET4500 is set to 'Y'.  I assume the "&& m" is a lost bit
of the good ol' times.

The patch also kills some surplus whitespace.

--
Tomas Szepe <szepe@pinerecords.com>

diff -urN a/drivers/net/Kconfig b/drivers/net/Kconfig
--- a/drivers/net/Kconfig	2003-01-01 14:50:59.000000000 +0100
+++ b/drivers/net/Kconfig	2003-01-01 14:56:41.000000000 +0100
@@ -2242,7 +2242,7 @@
 	  All other parameters can be set via the proc interface.
 
 config AIRONET4500_NONCS
-	tristate "Aironet 4500/4800 ISA/PCI/PNP/365 support "
+	tristate "Aironet 4500/4800 ISA/PCI/PNP/365 support"
 	depends on AIRONET4500
 	help
 	  If you have an ISA, PCI or PCMCIA Aironet 4500/4800 wireless LAN
@@ -2256,7 +2256,7 @@
 	  <file:Documentation/modules.txt>.
 
 config AIRONET4500_PNP
-	bool "Aironet 4500/4800 PNP support "
+	bool "Aironet 4500/4800 PNP support"
 	depends on AIRONET4500_NONCS
 	help
 	  If you have an ISA Aironet 4500/4800 card which you want to use in
@@ -2265,7 +2265,7 @@
 	  board if you say Y here.
 
 config AIRONET4500_PCI
-	bool "Aironet 4500/4800 PCI support "
+	bool "Aironet 4500/4800 PCI support"
 	depends on AIRONET4500_NONCS && PCI
 	help
 	  If you have an PCI Aironet 4500/4800 card, say Y here.
@@ -2287,8 +2287,8 @@
 	  package, say Y here. This is not recommended, so say N.
 
 config AIRONET4500_PROC
-	tristate "Aironet 4500/4800 PROC interface "
-	depends on AIRONET4500 && m
+	tristate "Aironet 4500/4800 PROC interface"
+	depends on AIRONET4500
 	---help---
 	  If you say Y here (and to the "/proc file system" below), you will
 	  be able to configure your Aironet card via the
-
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/
\
 
 \ /
  Last update: 2005-03-22 12:32    [from the cache]
©2003-2008