Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134193
b: refs/heads/master
c: f82d8d9
h: refs/heads/master
i:
  134191: ed3acb4
v: v3
  • Loading branch information
Jay Sternberg authored and John W. Linville committed Jan 29, 2009
1 parent 3a05cbb commit 50c1511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dae0c42ba1d51ae49bf149d1dcc38ffbb357409
refs/heads/master: f82d8d9724b6054b63fb3a0108937064029b2c00
18 changes: 9 additions & 9 deletions trunk/drivers/net/wireless/iwlwifi/Kconfig
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
config IWLWIFI
tristate
bool "Intel Wireless Wifi"
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
default y

config IWLCORE
tristate "Intel Wireless Wifi Core"
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
depends on IWLWIFI
select LIB80211
select IWLWIFI
select MAC80211_LEDS if IWLWIFI_LEDS
select LEDS_CLASS if IWLWIFI_LEDS
select RFKILL if IWLWIFI_RFKILL

config IWLWIFI_LEDS
bool
default n
bool "Enable LED support in iwlagn driver"
depends on IWLCORE

config IWLWIFI_RFKILL
boolean "Iwlwifi RF kill support"
bool "Enable RF kill support in iwlagn driver"
depends on IWLCORE

config IWLWIFI_DEBUG
Expand Down Expand Up @@ -51,7 +52,7 @@ config IWLWIFI_DEBUGFS

config IWLAGN
tristate "Intel Wireless WiFi Next Gen AGN"
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
depends on IWLWIFI
select FW_LOADER
select IWLCORE
---help---
Expand Down Expand Up @@ -104,10 +105,9 @@ config IWL5000

config IWL3945
tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
depends on IWLWIFI
select FW_LOADER
select LIB80211
select IWLWIFI
select MAC80211_LEDS if IWL3945_LEDS
select LEDS_CLASS if IWL3945_LEDS
select RFKILL if IWL3945_RFKILL
Expand Down

0 comments on commit 50c1511

Please sign in to comment.