Skip to content

Commit

Permalink
iwlwifi: make IWLWIFI a tristate
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed May 6, 2008
1 parent 5f6b1ea commit 1da5ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/iwlwifi/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config IWLWIFI
bool
default n
tristate

config IWLCORE
tristate "Intel Wireless Wifi Core"
Expand Down

0 comments on commit 1da5ea1

Please sign in to comment.