#
# Input misc drivers configuration
#
menuconfig INPUT_SENSOR
       bool "Sensor devices"
       help
         Say Y here, and a list of Sensor input drivers will be displayed.
         Everything that didn't fit into the other categories is here. This option
         doesn't affect the kernel.

         If unsure, say Y.

if INPUT_SENSOR

config SENSOR_APDS9130
       bool "APDS 9130 support"
       depends on I2C
       help
         Support APDS-9130 as an input device.

config SENSORS_K2HH
        bool "K2HH support"
        depends on I2C
        help
          Support ST Micro Accel Sensor K2HH as an input device.

config SENSORS_BMC150_COMMON
	bool
	default n

config SENSORS_BMC150
	tristate "BMC150 acceleration and magnetic sensor support"
	depends on I2C=y
	select SENSORS_BMC150_COMMON
	help
	  If you say yes here you get support for Bosch Sensortec's
	  acceleration sensors BMA255/BMA250E/BMA222E/BMA280.

endif
