blob: 2fc6a66f39a41598bc15c7f1a5d9335d78643460 [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)
Dimitris Papastamos2cbbb572011-09-19 14:34:03 +01007 select LZO_COMPRESS
8 select LZO_DECOMPRESS
Mark Brownb83a3132011-05-11 19:59:58 +02009 bool
Mark Brown9943fa32011-06-20 19:02:29 +010010
11config REGMAP_I2C
12 tristate
Mark Browna676f082011-05-12 11:42:10 +020013
14config REGMAP_SPI
15 tristate