ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
[deliverable/linux.git] / drivers / platform / x86 / Kconfig
index 7ab0b2fba5031497a359e2e533a7214017aa0f35..3338437b559b7e696e305b08e54ab1d874e67b4d 100644 (file)
@@ -79,6 +79,17 @@ 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"
        depends on X86
@@ -288,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.025736 seconds and 5 git commands to generate.