diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-11-29 02:14:07 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-01-07 17:03:42 -0500 |
commit | ba48fdb969d0404d54f6fa0266373afecbbd19d7 (patch) | |
tree | 8927f0c44c0619240e421b7d9f1a0971d5005517 /drivers/platform/x86/Kconfig | |
parent | 084fca63128849c0961b3cfdb0cd0345e8f51ad8 (diff) |
eeepc-wmi: add rfkill support for wlan, bluetooth and 3g
wimax support is missing because I don't have any DSDT
with WMI and wimax support.
Most of the code comes from eeepc-laptop.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index adcdbbd7d3fd..4c7f8b926103 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -425,6 +425,7 @@ config EEEPC_WMI | |||
425 | depends on INPUT | 425 | depends on INPUT |
426 | depends on EXPERIMENTAL | 426 | depends on EXPERIMENTAL |
427 | depends on BACKLIGHT_CLASS_DEVICE | 427 | depends on BACKLIGHT_CLASS_DEVICE |
428 | depends on RFKILL || RFKILL = n | ||
428 | select INPUT_SPARSEKMAP | 429 | select INPUT_SPARSEKMAP |
429 | select LEDS_CLASS | 430 | select LEDS_CLASS |
430 | select NEW_LEDS | 431 | select NEW_LEDS |