Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73458
b: refs/heads/master
c: bdb3f75
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and Jeff Garzik committed Nov 10, 2007
1 parent a8fff50 commit 03aadc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: cd73ba911248ea3620cd201deda58f0b532ce429
refs/heads/master: bdb3f751cfe6d8d5737a2ff406d7169361b5dfb2
10 changes: 6 additions & 4 deletions trunk/drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,18 @@ config B43_PCMCIA

If unsure, say N.

# LED support
# This config option automatically enables b43 LEDS support,
# if it's possible.
config B43_LEDS
bool
depends on B43 && MAC80211_LEDS
depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
default y

# RFKILL support
# This config option automatically enables b43 RFKILL support,
# if it's possible.
config B43_RFKILL
bool
depends on B43 && RFKILL && RFKILL_INPUT && INPUT_POLLDEV
depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43)
default y

config B43_DEBUG
Expand Down

0 comments on commit 03aadc4

Please sign in to comment.