1 # SPDX-License-Identifier: GPL-2.0
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.
8 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ || REGMAP_SOUNDWIRE || REGMAP_SOUNDWIRE_MBQ || REGMAP_SCCB || REGMAP_I3C || REGMAP_SPI_AVMM || REGMAP_MDIO || REGMAP_FSI)
9 select IRQ_DOMAIN if REGMAP_IRQ
10 select MDIO_BUS if REGMAP_MDIO
12 Enable support for the Register Map (regmap) access API.
14 Usually, this option is automatically selected when needed.
15 However, you may want to enable it manually for running the regmap
21 tristate "KUnit tests for regmap"
22 depends on KUNIT && REGMAP
23 default KUNIT_ALL_TESTS
27 bool "Enable regmap build"
31 This option exists purely to allow the regmap KUnit tests to
32 be enabled without having to enable some driver that uses
33 regmap due to unfortunate issues with how KUnit tests are
71 config REGMAP_SOUNDWIRE
75 config REGMAP_SOUNDWIRE_MBQ
87 config REGMAP_SPI_AVMM