From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/sensor/Kconfig | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 drivers/sensor/Kconfig (limited to 'drivers/sensor/Kconfig') diff --git a/drivers/sensor/Kconfig b/drivers/sensor/Kconfig new file mode 100644 index 00000000..00b0762c --- /dev/null +++ b/drivers/sensor/Kconfig @@ -0,0 +1,40 @@ +menu "Sensor support" + +config SENSORS + bool "Support for sensors" + help + Say Y here to add support for accelerometer sensors + +if SENSORS + +config SENSORS_GP2A + tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver" + depends on I2C + help + Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip + hooked to an I2C bus. + To compile this driver as a module, choose M here: the + module will be called gp2ap002a00f. + +config SENSORS_BMA2X2 + tristate "BMA255/BMA250E/BMA222E/BMA280 acceleration sensor support" + depends on I2C + help + If you say yes here you get support for Bosch Sensortec's + acceleration sensors BMA255/BMA250E/BMA222E/BMA280. + + +config SENSORS_BMM050 + tristate "BMM050 Magnetic Sensor Driver" + depends on I2C + help + BMM050 Magnetic Sensor Driver implemented by Bosch-Sensortec. + +config SENSORS_K2HH + tristate "k2hh accelerometer sensor driver" + depends on I2C + help + k2hh accelerometer sensor driver. + +endif +endmenu -- cgit v1.3.1