regmap: Add the rbtree cache support
[deliverable/linux.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
a676f083 6 default y if (REGMAP_I2C || REGMAP_SPI)
b83a313b 7 bool
9943fa30
MB
8
9config REGMAP_I2C
10 tristate
a676f083
MB
11
12config REGMAP_SPI
13 tristate
This page took 0.036196 seconds and 5 git commands to generate.