#
# Sensor  drivers configuration
#
menuconfig SENSORS
	bool "Sensor devices"
	help
	  Say Y here, and a list of sensors 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.

config SENSORS_BMI055
	tristate "BMI055 Combo Sensor Driver"
	depends on I2C
	default n
	help
	  If you say yes here you get support for Bosch-Sensortec's
	  BMI055 Acceleration & Gyroscope Sensor.

config SENSORS_BMI058
	tristate "BMI058 Combo Sensor Driver"
	depends on I2C
	default n
	help
	  If you say yes here you get support for Bosch-Sensortec's
	  BMI058 Acceleration & Gyroscope Sensor.

config SENSORS_AK8963C
	tristate "AK8963C compass support"
	default n
	depends on I2C
	help
	  If you say yes here you get support for Asahi Kasei's
	  orientation sensor AK8963.

config SENSORS_AK09911C
	tristate "AK09911C compass support"
	default n
	depends on I2C
	help
	  If you say yes here you get support for Asahi Kasei's
	  orientation sensor AK09911C.

config SENSORS_CM3323
	depends on I2C
	tristate "CM3323 driver"
	default n
	help
	  Say Y here if you use cm3323.
	  This option enables RGB sensors using
	  Capella cm3323 device driver.

	  Say N here if you do not use cm3323.

config SENSORS_CM36653
	depends on I2C
	tristate "CM36653 driver"
	default n
	help
	  Say Y here if you use cm36653.
	  This option enables RGB sensors using
	  Capella cm36653 device driver.

	  Say N here if you do not use cm36653.

config SENSORS_GP2A030A
	depends on I2C
	tristate "GP2A030A Light Driver"
	default n
	help
	  Say Y here if you use GP2A030A.
	  This option enables optial sensors using
	  Sharp GP2A030A device driver.

	  Say N here if you do not use GP2A030A.

config SENSORS_GP2A030A_PROX
	depends on SENSORS_GP2A030A
	tristate "GP2A030A Proximity Driver"
	default n
	help
	  Say Y here if you use GP2A030A.
	  This option enables optial sensors using
	  Sharp GP2A030A device driver.

	  Say N here if you do not use GP2A030A.

config SENSORS_TMD3782S
	depends on I2C
	tristate "SENSORS_TMD3782S"
	default n
	help
	  Say Y here if you use TAOS_TMD3782S.
	  This option enables optial sensors using
	  Sharp TAOS_TMD3782S device driver.

config SENSORS_K2HH
	depends on I2C
	tristate "SENSORS_K2HH"
	default n
	help
	  Say Y here if you use SENSORS_K2HH.
	  This option enables accelerometer sensors using
	  STMicroelectronic K2HH device driver.

config SENSORS_SX9500
	depends on I2C
	tristate "SX9500 driver"
	default n
	help
	  Say Y here if you use sx9500.
	  This option enables grip sensors using
	  SemTech sx9500 device driver.

	  Say N here if you do not use sx9500.

config SENSORS_SX9500_INIT_TOUCH_THRESHOLD
	int "SX9500 Grip sensor threshold for init touch"
	depends on SENSORS_SX9500
	default "3000"
	help
	  This value is the standard of init touch using
	  SemTech sx9500 device driver.

config SENSORS_SX9500_NORMAL_TOUCH_THRESHOLD
	int "SX9500 Grip sensor threshold for normal touch"
	depends on SENSORS_SX9500
	default "17"
	help
	  This value is the standard of normal touch using
	  SemTech sx9500 device driver.

source "drivers/sensors/mpu6500/Kconfig"
source "drivers/sensors/accelerometer_k2dh/Kconfig"
source "drivers/sensors/yas532/Kconfig"
