zephyr/soc/renesas/rcar/rcar_gen3/Kconfig.defconfig

16 lines
278 B
Plaintext

# Renesas R-Car Gen3 SoC line
# Copyright (c) 2021 IoT.bzh
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_RCAR_GEN3
config NUM_IRQS
default 512 if SOC_R8A77951_R7
default 240 if SOC_R8A77961 || SOC_R8A77951_A57
config PINCTRL
default y
endif # SOC_SERIES_RCAR_GEN3