x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / drivers / iio / counter / Kconfig
blob44627f6e4861b21870bc174ff802a868135df6e3
2 # Counter devices
4 # When adding new entries keep the list in alphabetical order
6 menu "Counters"
8 config 104_QUAD_8
9         tristate "ACCES 104-QUAD-8 driver"
10         depends on X86 && ISA_BUS_API
11         help
12           Say yes here to build support for the ACCES 104-QUAD-8 quadrature
13           encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).
15           Performing a write to a counter's IIO_CHAN_INFO_RAW sets the counter and
16           also clears the counter's respective error flag. Although the counters
17           have a 25-bit range, only the lower 24 bits may be set, either directly
18           or via a counter's preset attribute. Interrupts are not supported by
19           this driver.
21           The base port addresses for the devices may be configured via the base
22           array module parameter.
24 endmenu