Kconfig 389 B

12345678910111213141516171819
  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. select LZO_COMPRESS
  7. select LZO_DECOMPRESS
  8. bool
  9. config REGMAP_I2C
  10. tristate
  11. config REGMAP_SPI
  12. tristate
  13. config REGMAP_IRQ
  14. bool