Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
[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
a01779f8 6 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || 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
MB
11
12config REGMAP_I2C
13 tristate
a676f083
MB
14
15config REGMAP_SPI
16 tristate
f8beab2b 17
a01779f8
JC
18config REGMAP_SPMI
19 tristate
20
45f5ff81
SW
21config REGMAP_MMIO
22 tristate
23
f8beab2b
MB
24config REGMAP_IRQ
25 bool
This page took 0.183112 seconds and 5 git commands to generate.