Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # sensor drivers configuration
  3. #
  4. config SENSORS_SSP_ATMEL
  5. tristate "Sensors ssp ATMEL"
  6. default n
  7. depends on I2C
  8. help
  9. ssp driver for ATMEL sensor hub.
  10. If you say yes here you get ssp support for
  11. sensor hub.
  12. To compile this driver as a module, choose M here: the
  13. module will be called ssp.
  14. config SENSORS_SSP_STM
  15. tristate "Sensors ssp STM"
  16. default n
  17. depends on SPI
  18. help
  19. ssp driver for STM sensor hub.
  20. If you say yes here you get ssp support for
  21. sensor hub.
  22. To compile this driver as a module, choose M here: the
  23. module will be called ssp.
  24. config SENSORS_SSP_STM_32F
  25. tristate "Sensors ssp STM"
  26. default n
  27. depends on SPI
  28. help
  29. ssp driver for STM sensor hub.
  30. If you say yes here you get ssp support for
  31. sensor hub.
  32. To compile this driver as a module, choose M here: the
  33. module will be called ssp.
  34. config SENSORS_SSP_STM_HESTIA
  35. tristate "Sensors ssp STM"
  36. default n
  37. depends on SPI
  38. help
  39. ssp driver for STM sensor hub.
  40. If you say yes here you get ssp support for
  41. sensor hub.
  42. To compile this driver as a module, choose M here: the
  43. module will be called ssp.
  44. source "drivers/sensorhub/atmel/Kconfig"
  45. source "drivers/sensorhub/stm/Kconfig"
  46. source "drivers/sensorhub/stm32f/Kconfig"
  47. source "drivers/sensorhub/stm_hestia/Kconfig"