Commit 56326e46 authored by Thao Luong's avatar Thao Luong Committed by Dan Kalowsky
Browse files

soc: renesas: ra: Remove CONFIG_PINCTRL



Remove CONFIG_PINCTRL from ra defconfig files

Signed-off-by: default avatarThao Luong <thao.luong.uw@renesas.com>
parent 75bc16f0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,4 @@ if SOC_SERIES_RA2A1
config NUM_IRQS
	default 32

config PINCTRL
	default y

endif # SOC_SERIES_RA2A1
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,4 @@ if SOC_SERIES_RA4E2
config NUM_IRQS
	default 96

config PINCTRL
	default y

endif # SOC_SERIES_RA4E2
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,4 @@ if SOC_SERIES_RA4M2
config NUM_IRQS
	default 96

config PINCTRL
	default y

endif # SOC_SERIES_RA4M2
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,4 @@ if SOC_SERIES_RA4M3
config NUM_IRQS
	default 96

config PINCTRL
	default y

endif # SOC_SERIES_RA4M3
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,4 @@ if SOC_SERIES_RA4W1
config NUM_IRQS
	default 32

config PINCTRL
	default y

endif # SOC_SERIES_RA4W1
Loading