For consistency with arm64, where vendors have a single Kconfig symbol in arch/arm64/Kconfig.platforms. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config PM_RMOBILE
|
|
bool
|
|
select PM
|
|
select PM_GENERIC_DOMAINS
|
|
|
|
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
|