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