| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # |
| 2 | # Allwinner sunXi SoC drivers | ||||
| 3 | # | ||||
| 4 | config SUNXI_SRAM | ||||
| 5 | bool | ||||
| 6 | default ARCH_SUNXI | ||||
| 7 | select REGMAP_MMIO | ||||
| 8 | help | ||||
| 9 | Say y here to enable the SRAM controller support. This | ||||
| 10 | device is responsible on mapping the SRAM in the sunXi SoCs | ||||
| 11 | whether to the CPU/DMA, or to the devices. | ||||