This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1187
-0
lines changed Expand file tree Collapse file tree 3 files changed +1187
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ config PINCTRL_RENESAS
37
37
select PINCTRL_PFC_R8A77990 if ARCH_R8A77990
38
38
select PINCTRL_PFC_R8A77995 if ARCH_R8A77995
39
39
select PINCTRL_PFC_R8A779A0 if ARCH_R8A779A0
40
+ select PINCTRL_RZG2L if ARCH_R9A07G044
40
41
select PINCTRL_PFC_SH7203 if CPU_SUBTYPE_SH7203
41
42
select PINCTRL_PFC_SH7264 if CPU_SUBTYPE_SH7264
42
43
select PINCTRL_PFC_SH7269 if CPU_SUBTYPE_SH7269
@@ -176,6 +177,16 @@ config PINCTRL_RZA2
176
177
help
177
178
This selects GPIO and pinctrl driver for Renesas RZ/A2 platforms.
178
179
180
+ config PINCTRL_RZG2L
181
+ bool "pin control support for RZ/G2L" if COMPILE_TEST
182
+ depends on OF
183
+ select GPIOLIB
184
+ select GENERIC_PINCTRL_GROUPS
185
+ select GENERIC_PINMUX_FUNCTIONS
186
+ select GENERIC_PINCONF
187
+ help
188
+ This selects GPIO and pinctrl driver for Renesas RZ/G2L platforms.
189
+
179
190
config PINCTRL_PFC_R8A77470
180
191
bool "pin control support for RZ/G1C" if COMPILE_TEST
181
192
select PINCTRL_SH_PFC
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ obj-$(CONFIG_PINCTRL_PFC_SHX3) += pfc-shx3.o
46
46
47
47
obj-$(CONFIG_PINCTRL_RZA1) += pinctrl-rza1.o
48
48
obj-$(CONFIG_PINCTRL_RZA2) += pinctrl-rza2.o
49
+ obj-$(CONFIG_PINCTRL_RZG2L) += pinctrl-rzg2l.o
49
50
obj-$(CONFIG_PINCTRL_RZN1) += pinctrl-rzn1.o
50
51
51
52
ifeq ($(CONFIG_COMPILE_TEST ) ,y)
You can’t perform that action at this time.
0 commit comments