Kconfig 481 字节
Newer Older
1 2 3 4 5
# 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
6
	default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_MMIO || REGMAP_IRQ)
7 8
	select LZO_COMPRESS
	select LZO_DECOMPRESS
9
	select IRQ_DOMAIN if REGMAP_IRQ
10
	bool
M
Mark Brown 已提交
11 12 13

config REGMAP_I2C
	tristate
M
Mark Brown 已提交
14 15 16

config REGMAP_SPI
	tristate
17

S
Stephen Warren 已提交
18 19 20
config REGMAP_MMIO
	tristate

21 22
config REGMAP_IRQ
	bool