162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# SSP sensor drivers and commons configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_cimenu "SSP Sensor Common" 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciconfig IIO_SSP_SENSORS_COMMONS 862306a36Sopenharmony_ci tristate "Commons for all SSP Sensor IIO drivers" 962306a36Sopenharmony_ci depends on IIO_SSP_SENSORHUB 1062306a36Sopenharmony_ci select IIO_BUFFER 1162306a36Sopenharmony_ci select IIO_KFIFO_BUF 1262306a36Sopenharmony_ci help 1362306a36Sopenharmony_ci Say yes here to build commons for SSP sensors. 1462306a36Sopenharmony_ci To compile this as a module, choose M here: the module 1562306a36Sopenharmony_ci will be called ssp_iio. 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciconfig IIO_SSP_SENSORHUB 1862306a36Sopenharmony_ci tristate "Samsung Sensorhub driver" 1962306a36Sopenharmony_ci depends on SPI 2062306a36Sopenharmony_ci select MFD_CORE 2162306a36Sopenharmony_ci help 2262306a36Sopenharmony_ci SSP driver for sensorhub. 2362306a36Sopenharmony_ci If you say yes here you get ssp support for sensorhub. 2462306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 2562306a36Sopenharmony_ci module will be called sensorhub. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciendmenu 28