28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# SSP sensor drivers and commons configuration4#5menu "SSP Sensor Common"6 7config IIO_SSP_SENSORS_COMMONS8 tristate "Commons for all SSP Sensor IIO drivers"9 depends on IIO_SSP_SENSORHUB10 select IIO_BUFFER11 select IIO_KFIFO_BUF12 help13 Say yes here to build commons for SSP sensors.14 To compile this as a module, choose M here: the module15 will be called ssp_iio.16 17config IIO_SSP_SENSORHUB18 tristate "Samsung Sensorhub driver"19 depends on SPI20 select MFD_CORE21 help22 SSP driver for sensorhub.23 If you say yes here you get ssp support for sensorhub.24 To compile this driver as a module, choose M here: the25 module will be called sensorhub.26 27endmenu28