Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (0f3a8c3f34f728e7c96651bb7271e1c388c9aac2) |
---|---|
1# 2# Industrial I/O subsystem configuration 3# 4 5menuconfig IIO 6 tristate "Industrial I/O support" 7 select ANON_INODES 8 help --- 32 unchanged lines hidden (view full) --- 41config IIO_CONSUMERS_PER_TRIGGER 42 int "Maximum number of consumers per trigger" 43 depends on IIO_TRIGGER 44 default "2" 45 help 46 This value controls the maximum number of consumers that a 47 given trigger may handle. Default is 2. 48 | 1# 2# Industrial I/O subsystem configuration 3# 4 5menuconfig IIO 6 tristate "Industrial I/O support" 7 select ANON_INODES 8 help --- 32 unchanged lines hidden (view full) --- 41config IIO_CONSUMERS_PER_TRIGGER 42 int "Maximum number of consumers per trigger" 43 depends on IIO_TRIGGER 44 default "2" 45 help 46 This value controls the maximum number of consumers that a 47 given trigger may handle. Default is 2. 48 |
49config IIO_SW_DEVICE 50 tristate "Enable software IIO device support" 51 select IIO_CONFIGFS 52 help 53 Provides IIO core support for software devices. A software 54 device can be created via configfs or directly by a driver 55 using the API provided. 56 |
|
49config IIO_SW_TRIGGER 50 tristate "Enable software triggers support" 51 select IIO_CONFIGFS 52 help 53 Provides IIO core support for software triggers. A software 54 trigger can be created via configfs or directly by a driver 55 using the API provided. 56 --- 30 unchanged lines hidden --- | 57config IIO_SW_TRIGGER 58 tristate "Enable software triggers support" 59 select IIO_CONFIGFS 60 help 61 Provides IIO core support for software triggers. A software 62 trigger can be created via configfs or directly by a driver 63 using the API provided. 64 --- 30 unchanged lines hidden --- |