Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78993
b: refs/heads/master
c: 59f1b15
h: refs/heads/master
i:
  78991: 5e1038e
v: v3
  • Loading branch information
Stefano Brivio authored and David S. Miller committed Jan 28, 2008
1 parent 2f30d0a commit a67c3a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: 1d43d312a2adeb184c90b11449d5bb3a8f59a3a8
refs/heads/master: 59f1b154653d961d3ace72a4a5311c395cf7d779
8 changes: 6 additions & 2 deletions trunk/drivers/net/wireless/b43legacy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ config B43LEGACY_PCICORE_AUTOSELECT
default y

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

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

config B43LEGACY_DEBUG
Expand Down

0 comments on commit a67c3a3

Please sign in to comment.