soc: renesas: rcar: Remove CONFIG_PINCTRL

Remove CONFIG_PINCTRL from rcar defconfig files
Fixes: #78619

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
Aymeric Aillet 2024-11-20 14:44:23 +01:00 committed by Benjamin Cabé
parent d41ce536c5
commit dd446a724f
2 changed files with 0 additions and 6 deletions

View File

@ -8,7 +8,4 @@ if SOC_SERIES_RCAR_GEN3
config NUM_IRQS
default 512
config PINCTRL
default y
endif # SOC_SERIES_RCAR_GEN3

View File

@ -6,7 +6,4 @@ if SOC_SERIES_RCAR_GEN4
config NUM_IRQS
default 1216 #960 SPI + 256 LPI
config PINCTRL
default y
endif # SOC_SERIES_RCAR_GEN4