xref: /linux/drivers/soc/sunxi/Kconfig (revision b4bdc4fbf8d01227702068703ae2cd82ff25c3db)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
24af34b57SMaxime Ripard#
34af34b57SMaxime Ripard# Allwinner sunXi SoC drivers
44af34b57SMaxime Ripard#
5*b4bdc4fbSMaxime Ripard
6*b4bdc4fbSMaxime Ripardconfig SUNXI_MBUS
7*b4bdc4fbSMaxime Ripard	bool
8*b4bdc4fbSMaxime Ripard	default ARCH_SUNXI
9*b4bdc4fbSMaxime Ripard	help
10*b4bdc4fbSMaxime Ripard	  Say y to enable the fixups needed to support the Allwinner
11*b4bdc4fbSMaxime Ripard	  MBUS DMA quirks.
12*b4bdc4fbSMaxime Ripard
134af34b57SMaxime Ripardconfig SUNXI_SRAM
144af34b57SMaxime Ripard	bool
154af34b57SMaxime Ripard	default ARCH_SUNXI
16a84014e1SSamuel Holland	select REGMAP_MMIO
174af34b57SMaxime Ripard	help
184af34b57SMaxime Ripard	  Say y here to enable the SRAM controller support. This
194af34b57SMaxime Ripard	  device is responsible on mapping the SRAM in the sunXi SoCs
204af34b57SMaxime Ripard	  whether to the CPU/DMA, or to the devices.
21