diff options
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 a022f27c6690..d12b2a0dbfbc 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig | |||
@@ -27,6 +27,17 @@ config APDS9300 | |||
27 | To compile this driver as a module, choose M here: the | 27 | To compile this driver as a module, choose M here: the |
28 | module will be called apds9300. | 28 | module will be called apds9300. |
29 | 29 | ||
30 | config CM32181 | ||
31 | depends on I2C | ||
32 | tristate "CM32181 driver" | ||
33 | help | ||
34 | Say Y here if you use cm32181. | ||
35 | This option enables ambient light sensor using | ||
36 | Capella cm32181 device driver. | ||
37 | |||
38 | To compile this driver as a module, choose M here: | ||
39 | the module will be called cm32181. | ||
40 | |||
30 | config CM36651 | 41 | config CM36651 |
31 | depends on I2C | 42 | depends on I2C |
32 | tristate "CM36651 driver" | 43 | tristate "CM36651 driver" |