blob: 5262409e44214791dc299964f3ac0f97794023a0 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Karol Wrona50dd64d2015-01-28 15:05:50 +01002#
3# SSP sensor drivers and commons configuration
4#
5menu "SSP Sensor Common"
6
Karol Wrona7e3a8b42015-01-28 15:05:52 +01007config 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
Karol Wrona50dd64d2015-01-28 15:05:50 +010017config 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