Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4 12 lines 311 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Allwinner sunXi SoC drivers 4# 5config SUNXI_SRAM 6 bool 7 default ARCH_SUNXI 8 select REGMAP_MMIO 9 help 10 Say y here to enable the SRAM controller support. This 11 device is responsible on mapping the SRAM in the sunXi SoCs 12 whether to the CPU/DMA, or to the devices.