summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-10-05 15:55:21 +0100
committerMatthew Garrett <mjg@redhat.com>2010-10-21 10:10:44 -0400
commit260586d2b444909380137de6c6423e5b44edf4db (patch)
tree612411c307af79ff2bc1f1545b76c1ad5a8c9dc8 /drivers/platform/x86/Kconfig
parentbd9fc3a72345807683a009c1e19dc0d517f0f4e7 (diff)
downloadop-kernel-dev-260586d2b444909380137de6c6423e5b44edf4db.zip
op-kernel-dev-260586d2b444909380137de6c6423e5b44edf4db.tar.gz
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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index d2d15108..91e431b 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -615,4 +615,12 @@ config INTEL_IPS
functionality. If in doubt, say Y here; it will only load on
supported platforms.
+config XO1_RFKILL
+ tristate "OLPC XO-1 software RF kill switch"
+ depends on OLPC
+ depends on RFKILL
+ ---help---
+ Support for enabling/disabling the WLAN interface on the OLPC XO-1
+ laptop.
+
endif # X86_PLATFORM_DEVICES
OpenPOWER on IntegriCloud