diff options
author | Daniel Drake <dsd@laptop.org> | 2010-10-05 10:55:21 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 10:10:44 -0400 |
commit | 260586d2b444909380137de6c6423e5b44edf4db (patch) | |
tree | 612411c307af79ff2bc1f1545b76c1ad5a8c9dc8 /drivers/platform/x86/Kconfig | |
parent | bd9fc3a72345807683a009c1e19dc0d517f0f4e7 (diff) |
Add OLPC XO-1 rfkill driver
Add a software rfkill switch for the WLAN interface in the OLPC XO-1
laptop. It uses the OLPC embedded controller to cut/restore power to
the Marvell WLAN chip on the motherboard.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index d2d15108ce4b..91e431b6f20f 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -615,4 +615,12 @@ config INTEL_IPS | |||
615 | functionality. If in doubt, say Y here; it will only load on | 615 | functionality. If in doubt, say Y here; it will only load on |
616 | supported platforms. | 616 | supported platforms. |
617 | 617 | ||
618 | config XO1_RFKILL | ||
619 | tristate "OLPC XO-1 software RF kill switch" | ||
620 | depends on OLPC | ||
621 | depends on RFKILL | ||
622 | ---help--- | ||
623 | Support for enabling/disabling the WLAN interface on the OLPC XO-1 | ||
624 | laptop. | ||
625 | |||
618 | endif # X86_PLATFORM_DEVICES | 626 | endif # X86_PLATFORM_DEVICES |