# SPDX-License-Identifier: GPL-2.0-only # # SSP sensor drivers and commons configuration # menu "SSP Sensor Common" config [31mCONFIG_IIO_SSP_SENSORS_COMMONS[0m tristate "Commons for all SSP Sensor IIO drivers" depends on [31mCONFIG_IIO_SSP_SENSORHUB[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_KFIFO_BUF[0m help Say yes here to build commons for SSP sensors. To compile this as a module, choose [31mCONFIG_M[0m here: the module will be called ssp_iio. config [31mCONFIG_IIO_SSP_SENSORHUB[0m tristate "Samsung Sensorhub driver" depends on [31mCONFIG_SPI[0m select [31mCONFIG_MFD_CORE[0m help SSP driver for sensorhub. If you say yes here you get ssp support for sensorhub. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called sensorhub. endmenu |