Browse Source

iwlwifi: make IWLWIFI a tristate

IWLWIFI should be a tristate so that if IWLCORE and/or IWL3945 are m
and none of them is y kbuild doesn't create an empty 
drivers/net/wireless/built-in.o

This patch also removes the pointless "default n".

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Adrian Bunk 17 years ago
parent
commit
1da5ea1a8b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/net/wireless/iwlwifi/Kconfig

+ 1 - 2
drivers/net/wireless/iwlwifi/Kconfig

@@ -1,6 +1,5 @@
 config IWLWIFI
-	bool
-	default n
+	tristate
 
 config IWLCORE
 	tristate "Intel Wireless Wifi Core"