Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / iio / common / st_sensors / Kconfig
1 #
2 # STMicroelectronics sensors common library
3 #
4
5 config IIO_ST_SENSORS_I2C
6         tristate
7
8 config IIO_ST_SENSORS_SPI
9         tristate
10
11 config IIO_ST_SENSORS_CORE
12         tristate
13         select IIO_ST_SENSORS_I2C if I2C
14         select IIO_ST_SENSORS_SPI if SPI_MASTER