Merge tag 'char-misc-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / base / regmap / Kconfig
CommitLineData
b83a313b
MB
1# Generic register map support. There are no user servicable options here,
2# this is an API intended to be used by other kernel subsystems. These
3# subsystems should select the appropriate symbols.
4
5config REGMAP
22853223 6 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
2cbbb579
DP
7 select LZO_COMPRESS
8 select LZO_DECOMPRESS
18d5eacb 9 select IRQ_DOMAIN if REGMAP_IRQ
b83a313b 10 bool
9943fa30 11
22853223
MB
12config REGMAP_AC97
13 tristate
14
9943fa30
MB
15config REGMAP_I2C
16 tristate
9ba1e456 17 depends on I2C
a676f083
MB
18
19config REGMAP_SPI
20 tristate
9ba1e456 21 depends on SPI
f8beab2b 22
a01779f8
JC
23config REGMAP_SPMI
24 tristate
9ba1e456 25 depends on SPMI
a01779f8 26
45f5ff81
SW
27config REGMAP_MMIO
28 tristate
29
f8beab2b
MB
30config REGMAP_IRQ
31 bool
This page took 0.264982 seconds and 5 git commands to generate.