diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 178b313293b4..bfc5d9cf716e 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -97,10 +97,11 @@ config RT2X00_LIB_CRYPTO | |||
97 | 97 | ||
98 | config RT2X00_LIB_RFKILL | 98 | config RT2X00_LIB_RFKILL |
99 | boolean | 99 | boolean |
100 | default y if (RT2X00_LIB=y && RFKILL=y) || (RT2X00_LIB=m && RFKILL!=n) | 100 | default y if (RT2X00_LIB=y && INPUT=y) || (RT2X00_LIB=m && INPUT!=n) |
101 | select INPUT_POLLDEV | ||
101 | 102 | ||
102 | comment "rt2x00 rfkill support disabled due to modularized RFKILL and built-in rt2x00" | 103 | comment "rt2x00 rfkill support disabled due to modularized INPUT and built-in rt2x00" |
103 | depends on RT2X00_LIB=y && RFKILL=m | 104 | depends on RT2X00_LIB=y && INPUT=m |
104 | 105 | ||
105 | config RT2X00_LIB_LEDS | 106 | config RT2X00_LIB_LEDS |
106 | boolean | 107 | boolean |