menu "Sensor Drivers"

config SENSORS_CORE
        bool "Sensor Core"
        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.

if SENSORS_CORE

config SENSORS_MAX86902
	tristate "MAXIM MAX86902 HRM & UV Sensor"
	depends on I2C && OF
	select SENSORS_MAX_NOTCHFILTER
	help
	  If you say yes here you get support for the MAX86902
	  HRM & UV sensor.
	  This driver can also be built as a module.    If so, the module
	  will be called max86902.

config SENSORS_SSP
	tristate "Sensors ssp"
	default n
	depends on SPI
	help
	  ssp driver for sensor hub.
          If you say yes here you get ssp support for
	  sensor hub.
	  To compile this driver as a module, choose M here: the
	  module will be called ssp.

config SENSORS_SSP_SENSORHUB
	tristate "Sensors ssp sensorhub"
	default n
	depends on SPI
	help
	  ssp sensor hub driver for sensor hub.
          If you say yes here you get ssp support for
	  sensor hub.
	  To compile this driver as a module, choose M here: the
	  module will be called ssp.

config SENSORS_MAX_NOTCHFILTER
	bool "Sensors Maxim Notch Filter"
	help
	  Max Notch filter file for HR test in sensor driver.
	  If you say yes here you get Notch Filter support for
	  HR test.
	  To compile this driver as a module, choose M here: the
	  module will be called Max86902.

config SENSORS_SSP_STM_RINATO
	bool "Sensorhub for rinato"
	help
	  this is enables Sensorhub for rinato

if SENSORS_SSP_STM_RINATO
source "drivers/sensors/stm_rinato/Kconfig"
endif

config SENSORS_SSP_BBD_BRCM
	bool "Sensorhub for BRCM"
	help
	  This is enables Sensorhub for BRCM
if SENSORS_SSP_BBD_BRCM
source "drivers/sensors/brcm/Kconfig"
endif

endif
endmenu
