blob: fabbf6cc5367dd8f9a6e0f8e569a928a649a628c [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 Browna676f082011-05-12 11:42:10 +02006 default y if (REGMAP_I2C || REGMAP_SPI)
Mark Brownb83a3132011-05-11 19:59:58 +02007 bool
Mark Brown9943fa32011-06-20 19:02:29 +01008
9config REGMAP_I2C
10 tristate
Mark Browna676f082011-05-12 11:42:10 +020011
12config REGMAP_SPI
13 tristate