22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Allwinner sunXi SoC drivers4#5 6config SUNXI_MBUS7 bool8 default ARCH_SUNXI9 depends on ARM || ARM6410 help11 Say y to enable the fixups needed to support the Allwinner12 MBUS DMA quirks.13 14config SUNXI_SRAM15 bool16 default ARCH_SUNXI17 select REGMAP_MMIO18 help19 Say y here to enable the SRAM controller support. This20 device is responsible on mapping the SRAM in the sunXi SoCs21 whether to the CPU/DMA, or to the devices.22