diff options
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index fc5bf9d2a3f3..ec4faffe6b05 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -464,4 +464,16 @@ config TOSHIBA_BT_RFKILL | |||
464 | 464 | ||
465 | If you have a modern Toshiba laptop with a Bluetooth and an | 465 | If you have a modern Toshiba laptop with a Bluetooth and an |
466 | RFKill switch (such as the Portege R500), say Y. | 466 | RFKill switch (such as the Portege R500), say Y. |
467 | |||
468 | config ACPI_CMPC | ||
469 | tristate "CMPC Laptop Extras" | ||
470 | depends on X86 && ACPI | ||
471 | select INPUT | ||
472 | select BACKLIGHT_CLASS_DEVICE | ||
473 | default n | ||
474 | help | ||
475 | Support for Intel Classmate PC ACPI devices, including some | ||
476 | keys as input device, backlight device, tablet and accelerometer | ||
477 | devices. | ||
478 | |||
467 | endif # X86_PLATFORM_DEVICES | 479 | endif # X86_PLATFORM_DEVICES |