Kconfig 320 字节
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
	bool
M
Mark Brown 已提交
8 9 10

config REGMAP_I2C
	tristate
M
Mark Brown 已提交
11 12 13

config REGMAP_SPI
	tristate