xref: /openbmc/linux/drivers/iio/common/st_sensors/Kconfig (revision 7a846d3c43b0b6d04300be9ba666b102b57a391a)
1#
2# STMicroelectronics sensors common library
3#
4
5config IIO_ST_SENSORS_I2C
6	tristate
7
8config IIO_ST_SENSORS_SPI
9	tristate
10
11config IIO_ST_SENSORS_CORE
12	tristate
13	select IIO_ST_SENSORS_I2C if I2C
14	select IIO_ST_SENSORS_SPI if SPI_MASTER
15