aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2009-07-24 14:13:10 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-27 15:24:27 -0400
commit1da46bebb1bb01a77333e6509e74e12b85df5729 (patch)
tree4988260259797b4e6807127899f6de616ab2ea0e /drivers/net
parentbcc693a14ddf46170752c185e415ff8609b9f82f (diff)
iwlwifi: fix LED config option
IWLWIFI_LEDS option should certainly have help comment, and should default to y. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/iwlwifi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig
index e092af09d6b..99310c03325 100644
--- a/drivers/net/wireless/iwlwifi/Kconfig
+++ b/drivers/net/wireless/iwlwifi/Kconfig
@@ -9,6 +9,9 @@ config IWLWIFI
9config IWLWIFI_LEDS 9config IWLWIFI_LEDS
10 bool "Enable LED support in iwlagn and iwl3945 drivers" 10 bool "Enable LED support in iwlagn and iwl3945 drivers"
11 depends on IWLWIFI 11 depends on IWLWIFI
12 default y
13 ---help---
14 Select this if you want LED support.
12 15
13config IWLWIFI_SPECTRUM_MEASUREMENT 16config IWLWIFI_SPECTRUM_MEASUREMENT
14 bool "Enable Spectrum Measurement in iwlagn driver" 17 bool "Enable Spectrum Measurement in iwlagn driver"