]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/base/regmap/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / drivers / base / regmap / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
b83a313b
MB
2# Generic register map support. There are no user servicable options here,
3# this is an API intended to be used by other kernel subsystems. These
4# subsystems should select the appropriate symbols.
5
6config REGMAP
cc5d0db3 7 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ)
34a730aa
JG
8 select IRQ_DOMAIN if REGMAP_IRQ
9 bool
10
11config REGCACHE_COMPRESSED
2cbbb579
DP
12 select LZO_COMPRESS
13 select LZO_DECOMPRESS
b83a313b 14 bool
9943fa30 15
22853223
MB
16config REGMAP_AC97
17 tristate
18
9943fa30
MB
19config REGMAP_I2C
20 tristate
9ba1e456 21 depends on I2C
a676f083
MB
22
23config REGMAP_SPI
24 tristate
9ba1e456 25 depends on SPI
f8beab2b 26
a01779f8
JC
27config REGMAP_SPMI
28 tristate
9ba1e456 29 depends on SPMI
a01779f8 30
cc5d0db3
AM
31config REGMAP_W1
32 tristate
33 depends on W1
34
45f5ff81
SW
35config REGMAP_MMIO
36 tristate
37
f8beab2b
MB
38config REGMAP_IRQ
39 bool