ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
[deliverable/linux.git] / drivers / platform / x86 / Kconfig
index c86bae828c28258e8c98d4801742af679f277879..3338437b559b7e696e305b08e54ab1d874e67b4d 100644 (file)
@@ -79,11 +79,21 @@ config ASUS_LAPTOP
 
          If you have an ACPI-compatible ASUS laptop, say Y or M here.
 
+config CHROMEOS_LAPTOP
+       tristate "Chrome OS Laptop"
+       depends on I2C
+       depends on DMI
+       ---help---
+         This driver instantiates i2c and smbus devices such as
+         light sensors and touchpads.
+
+         If you have a supported Chromebook, choose Y or M here.
+         The module will be called chromeos_laptop.
+
 config DELL_LAPTOP
-       tristate "Dell Laptop Extras (EXPERIMENTAL)"
+       tristate "Dell Laptop Extras"
        depends on X86
        depends on DCDBAS
-       depends on EXPERIMENTAL
        depends on BACKLIGHT_CLASS_DEVICE
        depends on RFKILL || RFKILL = n
        depends on SERIO_I8042
@@ -171,9 +181,8 @@ config AMILO_RFKILL
          laptops.
 
 config TC1100_WMI
-       tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
+       tristate "HP Compaq TC1100 Tablet WMI Extras"
        depends on !X86_64
-       depends on EXPERIMENTAL
        depends on ACPI
        depends on ACPI_WMI
        ---help---
@@ -290,9 +299,11 @@ config IDEAPAD_LAPTOP
        depends on ACPI
        depends on RFKILL && INPUT
        depends on SERIO_I8042
+       depends on BACKLIGHT_CLASS_DEVICE
        select INPUT_SPARSEKMAP
        help
-         This is a driver for the rfkill switches on Lenovo IdeaPad netbooks.
+         This is a driver for Lenovo IdeaPad netbooks contains drivers for
+         rfkill switch, hotkey, fan control and backlight control.
 
 config THINKPAD_ACPI
        tristate "ThinkPad ACPI Laptop Extras"
This page took 0.025303 seconds and 5 git commands to generate.