Kconfig 663 B

123456789101112131415161718192021222324252627
  1. #
  2. # SSP sensor drivers and commons configuration
  3. #
  4. menu "SSP Sensor Common"
  5. config IIO_SSP_SENSORS_COMMONS
  6. tristate "Commons for all SSP Sensor IIO drivers"
  7. depends on IIO_SSP_SENSORHUB
  8. select IIO_BUFFER
  9. select IIO_KFIFO_BUF
  10. help
  11. Say yes here to build commons for SSP sensors.
  12. To compile this as a module, choose M here: the module
  13. will be called ssp_iio.
  14. config IIO_SSP_SENSORHUB
  15. tristate "Samsung Sensorhub driver"
  16. depends on SPI
  17. select MFD_CORE
  18. help
  19. SSP driver for sensorhub.
  20. If you say yes here you get ssp support for sensorhub.
  21. To compile this driver as a module, choose M here: the
  22. module will be called sensorhub.
  23. endmenu