Kconfig (d3514abcf5b896a3a66d8b7c960a0018a52ebc2c) | Kconfig (a529ae4ba3acfd97210769e3445e8d8b07ca1112) |
---|---|
1# 2# Industrial I/O subsytem configuration 3# 4 5menuconfig IIO 6 tristate "Industrial I/O support" 7 depends on GENERIC_HARDIRQS 8 help 9 The industrial I/O subsystem provides a unified framework for 10 drivers for many different types of embedded sensors using a | 1# 2# Industrial I/O subsytem configuration 3# 4 5menuconfig IIO 6 tristate "Industrial I/O support" 7 depends on GENERIC_HARDIRQS 8 help 9 The industrial I/O subsystem provides a unified framework for 10 drivers for many different types of embedded sensors using a |
11 number of different physical interfaces (i2c, spi, etc). See 12 Documentation/iio for more information. | 11 number of different physical interfaces (i2c, spi, etc). |
13 14if IIO 15 16config IIO_BUFFER 17 bool "Enable buffer support within IIO" 18 help 19 Provide core support for various buffer based data 20 acquisition methods. --- 34 unchanged lines hidden --- | 12 13if IIO 14 15config IIO_BUFFER 16 bool "Enable buffer support within IIO" 17 help 18 Provide core support for various buffer based data 19 acquisition methods. --- 34 unchanged lines hidden --- |