diff options
author | Pavel Machek <pavel@ucw.cz> | 2009-07-24 14:13:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-27 15:24:27 -0400 |
commit | 1da46bebb1bb01a77333e6509e74e12b85df5729 (patch) | |
tree | 4988260259797b4e6807127899f6de616ab2ea0e /drivers/net | |
parent | bcc693a14ddf46170752c185e415ff8609b9f82f (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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index e092af09d6bf..99310c033253 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -9,6 +9,9 @@ config IWLWIFI | |||
9 | config IWLWIFI_LEDS | 9 | config 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 | ||
13 | config IWLWIFI_SPECTRUM_MEASUREMENT | 16 | config IWLWIFI_SPECTRUM_MEASUREMENT |
14 | bool "Enable Spectrum Measurement in iwlagn driver" | 17 | bool "Enable Spectrum Measurement in iwlagn driver" |