Merge branch 'for-upstream' of git://openrisc.net/jonas/linux
[pandora-kernel.git] / drivers / base / regmap / Kconfig
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
5 config REGMAP
6         default y if (REGMAP_I2C || REGMAP_SPI)
7         bool
8
9 config REGMAP_I2C
10         tristate
11
12 config REGMAP_SPI
13         tristate