1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SSP sensor drivers and commons configuration 4# 5menu "SSP Sensor Common" 6 7config IIO_SSP_SENSORS_COMMONS 8 tristate "Commons for all SSP Sensor IIO drivers" 9 depends on IIO_SSP_SENSORHUB 10 select IIO_BUFFER 11 select IIO_KFIFO_BUF 12 help 13 Say yes here to build commons for SSP sensors. 14 To compile this as a module, choose M here: the module 15 will be called ssp_iio. 16 17config IIO_SSP_SENSORHUB 18 tristate "Samsung Sensorhub driver" 19 depends on SPI 20 select MFD_CORE 21 help 22 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: the 25 module will be called sensorhub. 26 27endmenu 28