Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / iio / common / ssp_sensors / Kconfig
1 #
2 # SSP sensor drivers and commons configuration
3 #
4 menu "SSP Sensor Common"
5
6 config 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
16 config 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
26 endmenu