diff options
author | Adriana Reus <adriana.reus@intel.com> | 2015-07-07 13:07:13 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-07-20 19:41:21 +0200 |
commit | 8ab6abfca09c1800dccb753775f6ce8ee82f50dd (patch) | |
tree | 4912c33bd0b10572ad71ae8e946848a890fd317f /drivers/iio/light/Kconfig | |
parent | iio: light: add support for TI's opt3001 light sensor (diff) | |
download | linux-8ab6abfca09c1800dccb753775f6ce8ee82f50dd.tar.xz linux-8ab6abfca09c1800dccb753775f6ce8ee82f50dd.zip |
iio: light: Add support for TXC PA12 als and proximity sensor
Add support for TXC PA12203001 als and proximity sensor.
Support for raw illuminance and proximity readings.
Signed-off-by: Adriana Reus <adriana.reus@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r-- | drivers/iio/light/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 5c0854a7e3e0..a459341a79f9 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -219,6 +219,17 @@ config OPT3001 If built as a dynamically linked module, it will be called opt3001. +config PA12203001 + tristate "TXC PA12203001 light and proximity sensor" + depends on I2C + select REGMAP_I2C + help + If you say yes here you get support for the TXC PA12203001 + ambient light and proximity sensor. + + This driver can also be built as a module. If so, the module + will be called pa12203001. + config STK3310 tristate "STK3310 ALS and proximity sensor" depends on I2C |