diff options
Diffstat (limited to 'drivers/iio/common/ssp_sensors/Kconfig')
-rw-r--r-- | drivers/iio/common/ssp_sensors/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/common/ssp_sensors/Kconfig b/drivers/iio/common/ssp_sensors/Kconfig index 759b975e2b40..0ea4faf016d8 100644 --- a/drivers/iio/common/ssp_sensors/Kconfig +++ b/drivers/iio/common/ssp_sensors/Kconfig @@ -3,6 +3,16 @@ # menu "SSP Sensor Common" +config IIO_SSP_SENSORS_COMMONS + tristate "Commons for all SSP Sensor IIO drivers" + depends on IIO_SSP_SENSORHUB + select IIO_BUFFER + select IIO_KFIFO_BUF + help + Say yes here to build commons for SSP sensors. + To compile this as a module, choose M here: the module + will be called ssp_iio. + config IIO_SSP_SENSORHUB tristate "Samsung Sensorhub driver" depends on SPI |