xref: /linux/drivers/base/regmap/Kconfig (revision 7c43185138cf523b0810ffd2c9e18e2ecb356730)
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
6	default y if (REGMAP_I2C || REGMAP_SPI)
7	bool
8
9config REGMAP_I2C
10	tristate
11
12config REGMAP_SPI
13	tristate
14