0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # SSP sensor drivers and commons configuration
0004 #
0005 menu "SSP Sensor Common"
0006
0007 config IIO_SSP_SENSORS_COMMONS
0008 tristate "Commons for all SSP Sensor IIO drivers"
0009 depends on IIO_SSP_SENSORHUB
0010 select IIO_BUFFER
0011 select IIO_KFIFO_BUF
0012 help
0013 Say yes here to build commons for SSP sensors.
0014 To compile this as a module, choose M here: the module
0015 will be called ssp_iio.
0016
0017 config IIO_SSP_SENSORHUB
0018 tristate "Samsung Sensorhub driver"
0019 depends on SPI
0020 select MFD_CORE
0021 help
0022 SSP driver for sensorhub.
0023 If you say yes here you get ssp support for sensorhub.
0024 To compile this driver as a module, choose M here: the
0025 module will be called sensorhub.
0026
0027 endmenu