2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-06-01 17:04:26 +08:00
|
|
|
#
|
|
|
|
# Allwinner sunXi SoC drivers
|
|
|
|
#
|
2020-11-06 22:52:30 +08:00
|
|
|
|
|
|
|
config SUNXI_MBUS
|
|
|
|
bool
|
|
|
|
default ARCH_SUNXI
|
2022-07-02 11:25:20 +08:00
|
|
|
depends on ARM || ARM64
|
2020-11-06 22:52:30 +08:00
|
|
|
help
|
|
|
|
Say y to enable the fixups needed to support the Allwinner
|
|
|
|
MBUS DMA quirks.
|
|
|
|
|
2015-06-01 17:04:26 +08:00
|
|
|
config SUNXI_SRAM
|
|
|
|
bool
|
|
|
|
default ARCH_SUNXI
|
2019-04-30 22:59:37 +08:00
|
|
|
select REGMAP_MMIO
|
2015-06-01 17:04:26 +08:00
|
|
|
help
|
|
|
|
Say y here to enable the SRAM controller support. This
|
|
|
|
device is responsible on mapping the SRAM in the sunXi SoCs
|
|
|
|
whether to the CPU/DMA, or to the devices.
|