blob: 03cf1abed401e47163d92f12af61b31702bdb3d4 [file] [log] [blame]
Mark Brownb83a3132011-05-11 19:59:58 +02001# 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
Mark Brown9943fa32011-06-20 19:02:29 +01006 default y if REGMAP_I2C
Mark Brownb83a3132011-05-11 19:59:58 +02007 bool
Mark Brown9943fa32011-06-20 19:02:29 +01008
9config REGMAP_I2C
10 tristate