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