tegrakernel/kernel/kernel-4.9/drivers/iio/common/st_sensors/Kconfig

15 lines
235 B
Plaintext
Raw Normal View History

2022-02-16 09:13:02 -06:00
#
# STMicroelectronics sensors common library
#
config IIO_ST_SENSORS_I2C
tristate
config IIO_ST_SENSORS_SPI
tristate
config IIO_ST_SENSORS_CORE
tristate
select IIO_ST_SENSORS_I2C if I2C
select IIO_ST_SENSORS_SPI if SPI_MASTER