Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Maxime Ripard | 4af34b5 | 2015-06-01 11:04:26 +0200 | [diff] [blame] | 2 | # |
| 3 | # Allwinner sunXi SoC drivers |
| 4 | # |
Maxime Ripard | b4bdc4f | 2020-11-06 15:52:30 +0100 | [diff] [blame] | 5 | |
| 6 | config SUNXI_MBUS |
| 7 | bool |
| 8 | default ARCH_SUNXI |
| 9 | help |
| 10 | Say y to enable the fixups needed to support the Allwinner |
| 11 | MBUS DMA quirks. |
| 12 | |
Maxime Ripard | 4af34b5 | 2015-06-01 11:04:26 +0200 | [diff] [blame] | 13 | config SUNXI_SRAM |
| 14 | bool |
| 15 | default ARCH_SUNXI |
Samuel Holland | a84014e | 2019-04-30 09:59:37 -0500 | [diff] [blame] | 16 | select REGMAP_MMIO |
Maxime Ripard | 4af34b5 | 2015-06-01 11:04:26 +0200 | [diff] [blame] | 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. |