swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: b3a9e3b9622ae10064826dccb4f7a52bd88c7407 authored by Linus Torvalds on 14 June 2020, 19:45:04 UTC
Linux 5.8-rc1
Tip revision: b3a9e3b
Kconfig
# SPDX-License-Identifier: GPL-2.0
menuconfig ARCH_RENESAS
	bool "Renesas ARM SoCs"
	depends on ARCH_MULTI_V7 && MMU
	select ARM_GIC
	select GPIOLIB
	select NO_IOPORT_MAP
	select PINCTRL
	select SOC_BUS
	select ZONE_DMA if ARM_LPAE
back to top