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>
This commit is contained in:
Adrian Bunk 2008-05-06 00:04:47 -07:00 committed by David S. Miller
parent 5f6b1ea41b
commit 1da5ea1a8b
1 changed files with 1 additions and 2 deletions

View File

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