Merge tag 'yama-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / iio / proximity / Kconfig
index 0c8cdf58f6a19b5aea05a1205489983c0d1c0d29..41a8d8ffa0de47c00d444a0f24f5c60208db9614 100644 (file)
@@ -17,3 +17,20 @@ config AS3935
          module will be called as3935
 
 endmenu
+
+menu "Proximity sensors"
+
+config SX9500
+       tristate "SX9500 Semtech proximity sensor"
+       select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
+       select REGMAP_I2C
+       depends on I2C
+       help
+         Say Y here to build a driver for Semtech's SX9500 capacitive
+         proximity/button sensor.
+
+         To compile this driver as a module, choose M here: the
+         module will be called sx9500.
+
+endmenu