WIP FPC-III support
[linux/fpc-iii.git] / drivers / iio / common / ssp_sensors / Kconfig
blob5262409e44214791dc299964f3ac0f97794023a0
1 # SPDX-License-Identifier: GPL-2.0-only
3 # SSP sensor drivers and commons configuration
5 menu "SSP Sensor Common"
7 config 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.
17 config 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.
27 endmenu