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