Kconfig 470 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Allwinner sunXi SoC drivers
  4. #
  5. config SUNXI_MBUS
  6. bool
  7. default ARCH_SUNXI
  8. depends on ARM || ARM64
  9. help
  10. Say y to enable the fixups needed to support the Allwinner
  11. MBUS DMA quirks.
  12. config SUNXI_SRAM
  13. bool
  14. default ARCH_SUNXI
  15. select REGMAP_MMIO
  16. help
  17. Say y here to enable the SRAM controller support. This
  18. device is responsible on mapping the SRAM in the sunXi SoCs
  19. whether to the CPU/DMA, or to the devices.