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