xref: /linux/drivers/iio/common/ssp_sensors/Kconfig (revision 307797159ac25fe5a2048bf5c6a5718298edca57)
1#
2# SSP sensor drivers and commons configuration
3#
4menu "SSP Sensor Common"
5
6config IIO_SSP_SENSORS_COMMONS
7	tristate "Commons for all SSP Sensor IIO drivers"
8	depends on IIO_SSP_SENSORHUB
9	select IIO_BUFFER
10	select IIO_KFIFO_BUF
11	help
12	  Say yes here to build commons for SSP sensors.
13	  To compile this as a module, choose M here: the module
14	  will be called ssp_iio.
15
16config IIO_SSP_SENSORHUB
17	tristate "Samsung Sensorhub driver"
18	depends on SPI
19	select MFD_CORE
20	help
21	  SSP driver for sensorhub.
22	  If you say yes here you get ssp support for sensorhub.
23	  To compile this driver as a module, choose M here: the
24	  module will be called sensorhub.
25
26endmenu
27