blob: c9e8104dfc23ee8e273b2a1d4c738109d512f168 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0
# Generic register map support. There are no user servicable options here,
# this is an API intended to be used by other kernel subsystems. These
# subsystems should select the appropriate symbols.
config REGMAP
select IRQ_DOMAIN if REGMAP_IRQ
tristate
config REGCACHE_COMPRESSED
select LZO_COMPRESS
select LZO_DECOMPRESS
bool
config REGMAP_AC97
tristate
config REGMAP_I2C
tristate
select REGMAP
depends on I2C
config REGMAP_SLIMBUS
tristate
select REGMAP
depends on SLIMBUS
config REGMAP_SPI
tristate
select REGMAP
depends on SPI_MASTER
depends on SPI
config REGMAP_SPMI
tristate
select REGMAP
depends on SPMI
config REGMAP_W1
tristate
select REGMAP
depends on W1
config REGMAP_MMIO
tristate
select REGMAP
config REGMAP_IRQ
bool
select REGMAP
config REGMAP_SOUNDWIRE
tristate
select REGMAP
depends on SOUNDWIRE
config REGMAP_SCCB
tristate
select REGMAP
depends on I2C
config REGMAP_I3C
tristate
select REGMAP
depends on I3C
config REGMAP_ALLOW_WRITE_DEBUGFS
depends on REGMAP && DEBUG_FS
bool "Allow REGMAP debugfs write"