diff options
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 |