Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) Kconfig (3d85fb6f81046b51e4428e14fb9643ea75648630)
1#
2# Industrial I/O subsystem Dummy Driver configuration
3#
4menu "IIO dummy driver"
5 depends on IIO
6
7config IIO_DUMMY_EVGEN
8 select IRQ_WORK
9 tristate
10
11config IIO_SIMPLE_DUMMY
12 tristate "An example driver with no hardware requirements"
1#
2# Industrial I/O subsystem Dummy Driver configuration
3#
4menu "IIO dummy driver"
5 depends on IIO
6
7config IIO_DUMMY_EVGEN
8 select IRQ_WORK
9 tristate
10
11config IIO_SIMPLE_DUMMY
12 tristate "An example driver with no hardware requirements"
13 depends on IIO_SW_DEVICE
13 help
14 Driver intended mainly as documentation for how to write
15 a driver. May also be useful for testing userspace code
16 without hardware.
17
18if IIO_SIMPLE_DUMMY
19
20config IIO_SIMPLE_DUMMY_EVENTS

--- 16 unchanged lines hidden ---
14 help
15 Driver intended mainly as documentation for how to write
16 a driver. May also be useful for testing userspace code
17 without hardware.
18
19if IIO_SIMPLE_DUMMY
20
21config IIO_SIMPLE_DUMMY_EVENTS

--- 16 unchanged lines hidden ---