2 # Industrial I/O subsystem Dummy Driver configuration
4 menu "IIO dummy driver"
11 config IIO_SIMPLE_DUMMY
12 tristate "An example driver with no hardware requirements"
14 Driver intended mainly as documentation for how to write
15 a driver. May also be useful for testing userspace code
20 config IIO_SIMPLE_DUMMY_EVENTS
21 bool "Event generation support"
22 select IIO_DUMMY_EVGEN
24 Add some dummy events to the simple dummy driver.
26 config IIO_SIMPLE_DUMMY_BUFFER
27 bool "Buffered capture support"
32 Add buffered data capture to the simple dummy driver.
34 endif # IIO_SIMPLE_DUMMY