iwlwifi: make IWLWIFI a tristate
authorAdrian Bunk <bunk@kernel.org>
Tue, 6 May 2008 07:04:47 +0000 (00:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 May 2008 07:04:47 +0000 (00:04 -0700)
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>
drivers/net/wireless/iwlwifi/Kconfig

index d5b7a76fcaad62b3d684ad9bf697b4f27d9b3c59..62fb89d8231821637de3feb9f46862aa5b1da410 100644 (file)
@@ -1,6 +1,5 @@
 config IWLWIFI
-       bool
-       default n
+       tristate
 
 config IWLCORE
        tristate "Intel Wireless Wifi Core"