mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
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:
parent
5f6b1ea41b
commit
1da5ea1a8b
@ -1,6 +1,5 @@
|
||||
config IWLWIFI
|
||||
bool
|
||||
default n
|
||||
tristate
|
||||
|
||||
config IWLCORE
|
||||
tristate "Intel Wireless Wifi Core"
|
||||
|
Loading…
Reference in New Issue
Block a user