]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/base/regmap/Kconfig
regmap: Add hardware spinlock support
[mirror_ubuntu-bionic-kernel.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
cc5d0db3 6 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
34a730aa
JG
7 select IRQ_DOMAIN if REGMAP_IRQ
8 bool
9
10config REGCACHE_COMPRESSED
2cbbb579
DP
11 select LZO_COMPRESS
12 select LZO_DECOMPRESS
b83a313b 13 bool
9943fa30 14
22853223
MB
15config REGMAP_AC97
16 tristate
17
9943fa30
MB
18config REGMAP_I2C
19 tristate
9ba1e456 20 depends on I2C
a676f083
MB
21
22config REGMAP_SPI
23 tristate
9ba1e456 24 depends on SPI
f8beab2b 25
a01779f8
JC
26config REGMAP_SPMI
27 tristate
9ba1e456 28 depends on SPMI
a01779f8 29
cc5d0db3
AM
30config REGMAP_W1
31 tristate
32 depends on W1
33
45f5ff81
SW
34config REGMAP_MMIO
35 tristate
36
f8beab2b
MB
37config REGMAP_IRQ
38 bool