1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #
- # sensor drivers configuration
- #
- config SENSORS_SSP_ATMEL
- tristate "Sensors ssp ATMEL"
- default n
- depends on I2C
- help
- ssp driver for ATMEL 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_STM
- tristate "Sensors ssp STM"
- default n
- depends on SPI
- help
- ssp driver for STM 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_STM_32F
- tristate "Sensors ssp STM"
- default n
- depends on SPI
- help
- ssp driver for STM 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_STM_HESTIA
- tristate "Sensors ssp STM"
- default n
- depends on SPI
- help
- ssp driver for STM 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.
- source "drivers/sensorhub/atmel/Kconfig"
- source "drivers/sensorhub/stm/Kconfig"
- source "drivers/sensorhub/stm32f/Kconfig"
- source "drivers/sensorhub/stm_hestia/Kconfig"
|