Files
linux-apfs/drivers/base/regmap/Kconfig
T

14 lines
320 B
Plaintext
Raw Normal View History

# 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
2011-05-12 11:42:10 +02:00
default y if (REGMAP_I2C || REGMAP_SPI)
bool
2011-06-20 19:02:29 +01:00
config REGMAP_I2C
tristate
2011-05-12 11:42:10 +02:00
config REGMAP_SPI
tristate