2011-05-11 11:59:58 -06:00
|
|
|
# Generic register map support. There are no user servicable options here,
|
|
|
|
# this is an API intended to be used by other kernel subsystems. These
|
|
|
|
# subsystems should select the appropriate symbols.
|
|
|
|
|
|
|
|
config REGMAP
|
2011-05-12 03:42:10 -06:00
|
|
|
default y if (REGMAP_I2C || REGMAP_SPI)
|
2011-09-19 07:34:03 -06:00
|
|
|
select LZO_COMPRESS
|
|
|
|
select LZO_DECOMPRESS
|
2011-05-11 11:59:58 -06:00
|
|
|
bool
|
2011-06-20 12:02:29 -06:00
|
|
|
|
|
|
|
config REGMAP_I2C
|
|
|
|
tristate
|
2011-05-12 03:42:10 -06:00
|
|
|
|
|
|
|
config REGMAP_SPI
|
|
|
|
tristate
|
2011-10-28 15:50:49 -06:00
|
|
|
|
|
|
|
config REGMAP_IRQ
|
|
|
|
bool
|