Commit bdb3f751 authored by Michael Buesch's avatar Michael Buesch Committed by Jeff Garzik

b43: Fix kconfig dependencies for rfkill and leds

Fix dependencies for built-in b43.
Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent cd73ba91
...@@ -61,16 +61,18 @@ config B43_PCMCIA ...@@ -61,16 +61,18 @@ config B43_PCMCIA
If unsure, say N. If unsure, say N.
# LED support # This config option automatically enables b43 LEDS support,
# if it's possible.
config B43_LEDS config B43_LEDS
bool bool
depends on B43 && MAC80211_LEDS depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
default y default y
# RFKILL support # This config option automatically enables b43 RFKILL support,
# if it's possible.
config B43_RFKILL config B43_RFKILL
bool 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 default y
config B43_DEBUG config B43_DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment