diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-05-16 22:49:47 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-25 11:12:41 -0400 |
commit | a7b2ad55caecfa089f0e89202ba368fc2de41794 (patch) | |
tree | df566cac63d9075f669e05a306dc21fb26b8ffa4 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 66a770729a5cdd24efed8afa5258f81232d8bba2 (diff) |
iwlwifi: remove ucode16 option
The ucode16 option is still very much work in
progress, so there's no need to ask any users
about it. Remove the option and code for now,
we'll put it back when it's actually working.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index db6c6e52802..2463c062643 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig @@ -137,11 +137,3 @@ config IWLWIFI_EXPERIMENTAL_MFP even if the microcode doesn't advertise it. Say Y only if you want to experiment with MFP. - -config IWLWIFI_UCODE16 - bool "support uCode 16.0" - depends on IWLWIFI - help - This option enables support for uCode version 16.0. - - Say Y if you want to use 16.0 microcode. |