Re: [2.6 patch] make IWLWIFI a tristate
From: Zhu Yi <hidden>
Date: 2008-05-06 01:27:42
From: Zhu Yi <hidden>
Date: 2008-05-06 01:27:42
On Mon, 2008-05-05 at 21:25 +0300, Adrian Bunk wrote:
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> --- f9737a109a127754ae7cc35e94d44fb426e0dea1 diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index d5b7a76..62fb89d 100644--- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig@@ -1,6 +1,5 @@ config IWLWIFI - bool - default n + tristate config IWLCORE tristate "Intel Wireless Wifi Core"
Great. Thank you Adrian! -yi