mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
d32b93ed0c
Do not automatically select the GPIOLIB and PINCTRL config options as they are already automatically selected as part of the SOC_RENESAS config option in drivers/soc/renesas/Kconfig. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/r/20221027112300.77184-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
7 lines
177 B
Text
7 lines
177 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
menuconfig ARCH_RENESAS
|
|
bool "Renesas ARM SoCs"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_GIC
|
|
select NO_IOPORT_MAP
|
|
select ZONE_DMA if ARM_LPAE
|