Kconfig 275 B

12345678910
  1. # Generic register map support. There are no user servicable options here,
  2. # this is an API intended to be used by other kernel subsystems. These
  3. # subsystems should select the appropriate symbols.
  4. config REGMAP
  5. default y if REGMAP_I2C
  6. bool
  7. config REGMAP_I2C
  8. tristate