diff options
author | Benson Leung <bleung@chromium.org> | 2012-10-25 14:21:21 -0700 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-24 14:49:57 -0800 |
commit | d1381f45ad54e0bb40ef19f99e87187ff3458bdb (patch) | |
tree | db199e11fc1fb1f41144797aac59f803aea4ba65 /drivers/platform/x86/Kconfig | |
parent | 16a3d9f5aa1c9e0ecddd48bdfcf44445c9dbb601 (diff) | |
download | op-kernel-dev-d1381f45ad54e0bb40ef19f99e87187ff3458bdb.zip op-kernel-dev-d1381f45ad54e0bb40ef19f99e87187ff3458bdb.tar.gz |
Platform: x86: Add Chrome OS Laptop driver
This adds the chromeos_laptop driver. It supports
the Cypress APA SMBUS touchpad as well as the isl29018 i2c ambient
light sensor on the Samsung Series 5 550 Chromebook.
Signed-off-by: Benson Leung <bleung@chromium.org>
Reviewed-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 7ab0b2f..585db6f 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -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 |