Kconfig 320 B

12345678910111213
  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 || REGMAP_SPI)
  6. bool
  7. config REGMAP_I2C
  8. tristate
  9. config REGMAP_SPI
  10. tristate