Config.in.regmap 432 B

12345678910111213141516171819
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_LINUX_KERNEL_REGMAP
  4. bool
  5. select ADK_LINUX_KERNEL_LZO_COMPRESS
  6. select ADK_LINUX_KERNEL_LZO_DECOMPRESS
  7. config ADK_LINUX_KERNEL_REGMAP_I2C
  8. tristate
  9. config ADK_LINUX_KERNEL_REGMAP_SPI
  10. tristate
  11. config ADK_LINUX_KERNEL_REGMAP_MMIO
  12. tristate
  13. config ADK_LINUX_KERNEL_REGMAP_IRQ
  14. bool