2011-05-12 01:59:58 +08: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
|
2013-10-29 02:12:35 +08:00
|
|
|
default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_MMIO || REGMAP_IRQ)
|
2011-09-19 21:34:03 +08:00
|
|
|
select LZO_COMPRESS
|
|
|
|
select LZO_DECOMPRESS
|
2012-05-23 17:15:42 +08:00
|
|
|
select IRQ_DOMAIN if REGMAP_IRQ
|
2011-05-12 01:59:58 +08:00
|
|
|
bool
|
2011-06-21 02:02:29 +08:00
|
|
|
|
|
|
|
config REGMAP_I2C
|
|
|
|
tristate
|
2011-05-12 17:42:10 +08:00
|
|
|
|
|
|
|
config REGMAP_SPI
|
|
|
|
tristate
|
2011-10-29 05:50:49 +08:00
|
|
|
|
2013-10-29 02:12:35 +08:00
|
|
|
config REGMAP_SPMI
|
|
|
|
tristate
|
|
|
|
|
2012-04-05 05:48:31 +08:00
|
|
|
config REGMAP_MMIO
|
|
|
|
tristate
|
|
|
|
|
2011-10-29 05:50:49 +08:00
|
|
|
config REGMAP_IRQ
|
|
|
|
bool
|