Add linux-next specific files for 20110831
[linux-2.6/next.git] / drivers / base / regmap / Kconfig
blobfabbf6cc5367dd8f9a6e0f8e569a928a649a628c
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.
5 config REGMAP
6         default y if (REGMAP_I2C || REGMAP_SPI)
7         bool
9 config REGMAP_I2C
10         tristate
12 config REGMAP_SPI
13         tristate