Kconfig 364 字节
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
M
Mark Brown 已提交
6
	default y if (REGMAP_I2C || REGMAP_SPI)
7 8
	select LZO_COMPRESS
	select LZO_DECOMPRESS
9
	bool
M
Mark Brown 已提交
10 11 12

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

config REGMAP_SPI
	tristate