aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/Kconfig
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2007-10-10 23:48:17 -0400
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:03:27 -0500
commit6be50837e303c53b1e5a0138dfed132ccbabcdad (patch)
tree5664873c9ab28c798e7044adf25e4e6e34da755d /drivers/net/wireless/b43legacy/Kconfig
parent93bb7f3a7bb5c95da10242d9763994a466c90b1d (diff)
b43legacy: Use input-polldev for the rfkill switch
This removes the direct call to rfkill on an rfkill event and replaces it with an input device. This way userspace is also notified about the event. This patch is the port to b43legacy of a patch for b43 by Michael Buesch <mb@bu3sch.de>. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy/Kconfig')
-rw-r--r--drivers/net/wireless/b43legacy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/Kconfig b/drivers/net/wireless/b43legacy/Kconfig
index 68e05f06b33f..9718529af660 100644
--- a/drivers/net/wireless/b43legacy/Kconfig
+++ b/drivers/net/wireless/b43legacy/Kconfig
@@ -43,7 +43,7 @@ config B43LEGACY_LEDS
43# RFKILL support 43# RFKILL support
44config B43LEGACY_RFKILL 44config B43LEGACY_RFKILL
45 bool 45 bool
46 depends on B43LEGACY && RFKILL 46 depends on B43LEGACY && RFKILL && RFKILL_INPUT && INPUT_POLLDEV
47 default y 47 default y
48 48
49config B43LEGACY_DEBUG 49config B43LEGACY_DEBUG