Skip to content

Commit

Permalink
iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACY
Browse files Browse the repository at this point in the history
Otherwise, IWLWIFI_LEGACY has to be selected independently before the
drivers are made available.

Reported-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cc: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
John W. Linville committed Apr 11, 2011
1 parent a6756da commit 4a39e78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions drivers/net/wireless/iwlegacy/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config IWLWIFI_LEGACY
tristate "Intel Wireless Wifi legacy devices"
depends on PCI && MAC80211
tristate
select FW_LOADER
select NEW_LEDS
select LEDS_CLASS
Expand Down Expand Up @@ -65,7 +64,8 @@ endmenu

config IWL4965
tristate "Intel Wireless WiFi 4965AGN (iwl4965)"
depends on IWLWIFI_LEGACY
depends on PCI && MAC80211
select IWLWIFI_LEGACY
---help---
This option enables support for

Expand All @@ -92,7 +92,8 @@ config IWL4965

config IWL3945
tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
depends on IWLWIFI_LEGACY
depends on PCI && MAC80211
select IWLWIFI_LEGACY
---help---
Select to build the driver supporting the:

Expand Down

0 comments on commit 4a39e78

Please sign in to comment.