# # sensor driver configuration # menuconfig INPUT_SENSOR bool "Sensors" help Say Y here, and a list of supported sensor will be displayed. This option doesn't affect the kernel. If unsure, say Y. if INPUT_SENSOR config SENSORS_BMA250 tristate "BMA250 acceleration sensor support" select I2C depends on INPUT_SENSOR default m help If you say yes here you get support for Bosch Sensortec's acceleration sensors BMA250. config SENSORS_SC7A30 tristate "SC7A30 3-Axis Orientation/Motion Detection Sensor Support" select I2C depends on INPUT_SENSOR default m help If you say yes here you get support for the Freescale 3-Axis Orientation/Motion Detection Sensor. config SENSORS_MMA7660 tristate "MMA7660 3-Axis Orientation/Motion Detection Sensor Support" select I2C depends on INPUT_SENSOR default m help If you say yes here you get support for the Freescale 3-Axis Orientation/Motion Detection Sensor. config SENSORS_GPADC tristate "SUNXI GPADC" depends on INPUT_SENSOR default n help If you say yes here you get support for the gpadc collect analog input config SENSORS_GPADC_TEST tristate "SUNXI GPADC test" depends on SENSORS_GPADC default n help If you say yes here you get support for the gpadc test sample source "drivers/input/sensor/da380/Kconfig" endif