1077365a9SGeert Uytterhoeven# SPDX-License-Identifier: GPL-2.0 2077365a9SGeert Uytterhoeven# 3077365a9SGeert Uytterhoeven# Renesas SH and SH Mobile PINCTRL drivers 4077365a9SGeert Uytterhoeven# 5077365a9SGeert Uytterhoeven 6077365a9SGeert Uytterhoevenmenu "Renesas pinctrl drivers" 7077365a9SGeert Uytterhoeven 8077365a9SGeert Uytterhoevenconfig PINCTRL_RENESAS 9077365a9SGeert Uytterhoeven bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH) 10077365a9SGeert Uytterhoeven default y if ARCH_RENESAS || SUPERH 11077365a9SGeert Uytterhoeven select PINCTRL_PFC_EMEV2 if ARCH_EMEV2 12077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A73A4 if ARCH_R8A73A4 13077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7740 if ARCH_R8A7740 14077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7742 if ARCH_R8A7742 15077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7743 if ARCH_R8A7743 16077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7744 if ARCH_R8A7744 17077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7745 if ARCH_R8A7745 18077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77470 if ARCH_R8A77470 19077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A774A1 if ARCH_R8A774A1 20077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A774B1 if ARCH_R8A774B1 21077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A774C0 if ARCH_R8A774C0 22077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A774E1 if ARCH_R8A774E1 23077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7778 if ARCH_R8A7778 24077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7779 if ARCH_R8A7779 25077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7790 if ARCH_R8A7790 26077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7791 if ARCH_R8A7791 27077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7792 if ARCH_R8A7792 28077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7793 if ARCH_R8A7793 29077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A7794 if ARCH_R8A7794 30077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77951 if ARCH_R8A77951 31077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77960 if ARCH_R8A77960 32077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77961 if ARCH_R8A77961 33077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77965 if ARCH_R8A77965 34077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77970 if ARCH_R8A77970 35077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77980 if ARCH_R8A77980 36077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77990 if ARCH_R8A77990 37077365a9SGeert Uytterhoeven select PINCTRL_PFC_R8A77995 if ARCH_R8A77995 38741a7370SUlrich Hecht select PINCTRL_PFC_R8A779A0 if ARCH_R8A779A0 39030ac6d7SGeert Uytterhoeven select PINCTRL_PFC_R8A779F0 if ARCH_R8A779F0 40ad9bb2feSLUU HOAI select PINCTRL_PFC_R8A779G0 if ARCH_R8A779G0 41291f7856SCong Dang select PINCTRL_PFC_R8A779H0 if ARCH_R8A779H0 421db28b78SLad Prabhakar select PINCTRL_RZG2L if ARCH_RZG2L 4392a9b825SPhil Edworthy select PINCTRL_RZV2M if ARCH_R9A09G011 44829356daSBiju Das select PINCTRL_RZG2L if ARCH_R9A09G047 455488aa01SLad Prabhakar select PINCTRL_RZG2L if ARCH_R9A09G056 465dcde519SLad Prabhakar select PINCTRL_RZG2L if ARCH_R9A09G057 47*34d4d093SThierry Bultel select PINCTRL_RZT2H if ARCH_R9A09G077 48077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7203 if CPU_SUBTYPE_SH7203 49077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7264 if CPU_SUBTYPE_SH7264 50077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7269 if CPU_SUBTYPE_SH7269 51077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH73A0 if ARCH_SH73A0 52077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7720 if CPU_SUBTYPE_SH7720 53077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7722 if CPU_SUBTYPE_SH7722 54077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7723 if CPU_SUBTYPE_SH7723 55077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7724 if CPU_SUBTYPE_SH7724 56077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7734 if CPU_SUBTYPE_SH7734 57077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7757 if CPU_SUBTYPE_SH7757 58077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7785 if CPU_SUBTYPE_SH7785 59077365a9SGeert Uytterhoeven select PINCTRL_PFC_SH7786 if CPU_SUBTYPE_SH7786 60077365a9SGeert Uytterhoeven select PINCTRL_PFC_SHX3 if CPU_SUBTYPE_SHX3 61077365a9SGeert Uytterhoeven help 62077365a9SGeert Uytterhoeven This enables pin control drivers for Renesas SuperH and ARM platforms 63077365a9SGeert Uytterhoeven 64540d9757SGeert Uytterhoevenconfig PINCTRL_SH_PFC 65077365a9SGeert Uytterhoeven bool 66540d9757SGeert Uytterhoeven select GENERIC_PINCONF 67540d9757SGeert Uytterhoeven select PINMUX 68540d9757SGeert Uytterhoeven select PINCONF 69540d9757SGeert Uytterhoeven help 70540d9757SGeert Uytterhoeven This enables common pin control functionality for EMMA Mobile, R-Car, 71540d9757SGeert Uytterhoeven R-Mobile, RZ/G, SH, and SH-Mobile platforms. 72540d9757SGeert Uytterhoeven 73540d9757SGeert Uytterhoevenconfig PINCTRL_SH_PFC_GPIO 74540d9757SGeert Uytterhoeven bool 75540d9757SGeert Uytterhoeven select GPIOLIB 76540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 77077365a9SGeert Uytterhoeven help 78077365a9SGeert Uytterhoeven This enables pin control and GPIO drivers for SH/SH Mobile platforms 79077365a9SGeert Uytterhoeven 80077365a9SGeert Uytterhoevenconfig PINCTRL_SH_FUNC_GPIO 81077365a9SGeert Uytterhoeven bool 82540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC_GPIO 83077365a9SGeert Uytterhoeven help 84077365a9SGeert Uytterhoeven This enables legacy function GPIOs for SH platforms 85077365a9SGeert Uytterhoeven 86077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_EMEV2 87077365a9SGeert Uytterhoeven bool "pin control support for Emma Mobile EV2" if COMPILE_TEST 88540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 89077365a9SGeert Uytterhoeven 9093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A73A4 918ca43e41SKuninori Morimoto bool "pin control support for R8A73A4 (R-Mobile APE6)" if COMPILE_TEST 9293e20e2bSKuninori Morimoto select PINCTRL_SH_PFC_GPIO 9393e20e2bSKuninori Morimoto 9493e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7740 958ca43e41SKuninori Morimoto bool "pin control support for R8A7740 (R-Mobile A1)" if COMPILE_TEST 9693e20e2bSKuninori Morimoto select PINCTRL_SH_PFC_GPIO 9793e20e2bSKuninori Morimoto 9893e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7742 998ca43e41SKuninori Morimoto bool "pin control support for R8A7742 (RZ/G1H)" if COMPILE_TEST 100540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 101077365a9SGeert Uytterhoeven 10293e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7743 1038ca43e41SKuninori Morimoto bool "pin control support for R8A7743 (RZ/G1M)" if COMPILE_TEST 104540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 105077365a9SGeert Uytterhoeven 10693e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7744 1078ca43e41SKuninori Morimoto bool "pin control support for R8A7744 (RZ/G1N)" if COMPILE_TEST 10893e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 10993e20e2bSKuninori Morimoto 11093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7745 1118ca43e41SKuninori Morimoto bool "pin control support for R8A7745 (RZ/G1E)" if COMPILE_TEST 11293e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 11393e20e2bSKuninori Morimoto 11493e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77470 1158ca43e41SKuninori Morimoto bool "pin control support for R8A77470 (RZ/G1C)" if COMPILE_TEST 11693e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 11793e20e2bSKuninori Morimoto 11893e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A774A1 1198ca43e41SKuninori Morimoto bool "pin control support for R8A774A1 (RZ/G2M)" if COMPILE_TEST 12093e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 12193e20e2bSKuninori Morimoto 12293e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A774B1 1238ca43e41SKuninori Morimoto bool "pin control support for R8A774B1 (RZ/G2N)" if COMPILE_TEST 12493e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 12593e20e2bSKuninori Morimoto 12693e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A774C0 1278ca43e41SKuninori Morimoto bool "pin control support for R8A774C0 (RZ/G2E)" if COMPILE_TEST 12893e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 12993e20e2bSKuninori Morimoto 13093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A774E1 1318ca43e41SKuninori Morimoto bool "pin control support for R8A774E1 (RZ/G2H)" if COMPILE_TEST 13293e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 13393e20e2bSKuninori Morimoto 13493e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7778 1358ca43e41SKuninori Morimoto bool "pin control support for R8A7778 (R-Car M1A)" if COMPILE_TEST 136540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 137077365a9SGeert Uytterhoeven 138077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A7779 1398ca43e41SKuninori Morimoto bool "pin control support for R8A7779 (R-Car H1)" if COMPILE_TEST 140540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 141077365a9SGeert Uytterhoeven 142077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A7790 1438ca43e41SKuninori Morimoto bool "pin control support for R8A7790 (R-Car H2)" if COMPILE_TEST 144540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 145077365a9SGeert Uytterhoeven 14693e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7791 1478ca43e41SKuninori Morimoto bool "pin control support for R8A7791 (R-Car M2-W)" if COMPILE_TEST 148540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 149077365a9SGeert Uytterhoeven 15093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7792 1518ca43e41SKuninori Morimoto bool "pin control support for R8A7792 (R-Car V2H)" if COMPILE_TEST 152540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 153077365a9SGeert Uytterhoeven 154077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A7793 1558ca43e41SKuninori Morimoto bool "pin control support for R8A7793 (R-Car M2-N)" if COMPILE_TEST 156540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 157077365a9SGeert Uytterhoeven 15893e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A7794 1598ca43e41SKuninori Morimoto bool "pin control support for R8A7794 (R-Car E2)" if COMPILE_TEST 160540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 161077365a9SGeert Uytterhoeven 16293e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77951 1638ca43e41SKuninori Morimoto bool "pin control support for R8A77951 (R-Car H3 ES2.0+)" if COMPILE_TEST 164540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 165077365a9SGeert Uytterhoeven 166077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A77960 1678ca43e41SKuninori Morimoto bool "pin control support for R8A77960 (R-Car M3-W)" if COMPILE_TEST 168540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 169077365a9SGeert Uytterhoeven 170077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A77961 1718ca43e41SKuninori Morimoto bool "pin control support for R8A77961 (R-Car M3-W+)" if COMPILE_TEST 172540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 173077365a9SGeert Uytterhoeven 17493e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77965 1758ca43e41SKuninori Morimoto bool "pin control support for R8A77965 (R-Car M3-N)" if COMPILE_TEST 176540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 177077365a9SGeert Uytterhoeven 178077365a9SGeert Uytterhoevenconfig PINCTRL_PFC_R8A77970 1798ca43e41SKuninori Morimoto bool "pin control support for R8A77970 (R-Car V3M)" if COMPILE_TEST 180540d9757SGeert Uytterhoeven select PINCTRL_SH_PFC 181077365a9SGeert Uytterhoeven 18293e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77980 1838ca43e41SKuninori Morimoto bool "pin control support for R8A77980 (R-Car V3H)" if COMPILE_TEST 18493e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 18593e20e2bSKuninori Morimoto 18693e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77990 1878ca43e41SKuninori Morimoto bool "pin control support for R8A77990 (R-Car E3)" if COMPILE_TEST 18893e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 18993e20e2bSKuninori Morimoto 19093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A77995 1918ca43e41SKuninori Morimoto bool "pin control support for R8A77995 (R-Car D3)" if COMPILE_TEST 19293e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 19393e20e2bSKuninori Morimoto 194741a7370SUlrich Hechtconfig PINCTRL_PFC_R8A779A0 1958ca43e41SKuninori Morimoto bool "pin control support for R8A779A0 (R-Car V3U)" if COMPILE_TEST 196741a7370SUlrich Hecht select PINCTRL_SH_PFC 197741a7370SUlrich Hecht 19893e20e2bSKuninori Morimotoconfig PINCTRL_PFC_R8A779F0 1998ca43e41SKuninori Morimoto bool "pin control support for R8A779F0 (R-Car S4-8)" if COMPILE_TEST 20093e20e2bSKuninori Morimoto select PINCTRL_SH_PFC 20193e20e2bSKuninori Morimoto 202ad9bb2feSLUU HOAIconfig PINCTRL_PFC_R8A779G0 2038ca43e41SKuninori Morimoto bool "pin control support for R8A779G0 (R-Car V4H)" if COMPILE_TEST 204ad9bb2feSLUU HOAI select PINCTRL_SH_PFC 205ad9bb2feSLUU HOAI 206291f7856SCong Dangconfig PINCTRL_PFC_R8A779H0 2078ca43e41SKuninori Morimoto bool "pin control support for R8A779H0 (R-Car V4M)" if COMPILE_TEST 208291f7856SCong Dang select PINCTRL_SH_PFC 209291f7856SCong Dang 21093e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7203 21193e20e2bSKuninori Morimoto bool "pin control support for SH7203" if COMPILE_TEST 21293e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 213077365a9SGeert Uytterhoeven 21493e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7264 21593e20e2bSKuninori Morimoto bool "pin control support for SH7264" if COMPILE_TEST 21693e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 21793e20e2bSKuninori Morimoto 21893e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7269 21993e20e2bSKuninori Morimoto bool "pin control support for SH7269" if COMPILE_TEST 22093e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 22193e20e2bSKuninori Morimoto 22293e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH73A0 2238ca43e41SKuninori Morimoto bool "pin control support for SH73A0 (SH-Mobile AG5)" if COMPILE_TEST 224077365a9SGeert Uytterhoeven select PINCTRL_SH_PFC_GPIO 22593e20e2bSKuninori Morimoto select REGULATOR 22693e20e2bSKuninori Morimoto 22793e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7720 22893e20e2bSKuninori Morimoto bool "pin control support for SH7720" if COMPILE_TEST 22993e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 23093e20e2bSKuninori Morimoto 23193e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7722 23293e20e2bSKuninori Morimoto bool "pin control support for SH7722" if COMPILE_TEST 23393e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 23493e20e2bSKuninori Morimoto 23593e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7723 2368ca43e41SKuninori Morimoto bool "pin control support for SH7723 (SH-Mobile R2)" if COMPILE_TEST 23793e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 23893e20e2bSKuninori Morimoto 23993e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7724 2408ca43e41SKuninori Morimoto bool "pin control support for SH7724 (SH-Mobile R2R)" if COMPILE_TEST 24193e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 24293e20e2bSKuninori Morimoto 24393e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7734 24493e20e2bSKuninori Morimoto bool "pin control support for SH7734" if COMPILE_TEST 24593e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 24693e20e2bSKuninori Morimoto 24793e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7757 24893e20e2bSKuninori Morimoto bool "pin control support for SH7757" if COMPILE_TEST 24993e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 25093e20e2bSKuninori Morimoto 25193e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7785 25293e20e2bSKuninori Morimoto bool "pin control support for SH7785" if COMPILE_TEST 25393e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 25493e20e2bSKuninori Morimoto 25593e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SH7786 25693e20e2bSKuninori Morimoto bool "pin control support for SH7786" if COMPILE_TEST 25793e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 25893e20e2bSKuninori Morimoto 25993e20e2bSKuninori Morimotoconfig PINCTRL_PFC_SHX3 26093e20e2bSKuninori Morimoto bool "pin control support for SH-X3" if COMPILE_TEST 26193e20e2bSKuninori Morimoto select PINCTRL_SH_FUNC_GPIO 262077365a9SGeert Uytterhoeven 263077365a9SGeert Uytterhoevenconfig PINCTRL_RZA1 264077365a9SGeert Uytterhoeven bool "pin control support for RZ/A1" 265077365a9SGeert Uytterhoeven depends on OF 266077365a9SGeert Uytterhoeven depends on ARCH_R7S72100 || COMPILE_TEST 267540d9757SGeert Uytterhoeven select GENERIC_PINCONF 268077365a9SGeert Uytterhoeven select GENERIC_PINCTRL_GROUPS 269077365a9SGeert Uytterhoeven select GENERIC_PINMUX_FUNCTIONS 270540d9757SGeert Uytterhoeven select GPIOLIB 271077365a9SGeert Uytterhoeven help 272077365a9SGeert Uytterhoeven This selects pinctrl driver for Renesas RZ/A1 platforms. 273077365a9SGeert Uytterhoeven 274077365a9SGeert Uytterhoevenconfig PINCTRL_RZA2 275077365a9SGeert Uytterhoeven bool "pin control support for RZ/A2" 276077365a9SGeert Uytterhoeven depends on OF 277077365a9SGeert Uytterhoeven depends on ARCH_R7S9210 || COMPILE_TEST 278077365a9SGeert Uytterhoeven select GENERIC_PINCTRL_GROUPS 279077365a9SGeert Uytterhoeven select GENERIC_PINMUX_FUNCTIONS 280540d9757SGeert Uytterhoeven select GPIOLIB 281077365a9SGeert Uytterhoeven help 282077365a9SGeert Uytterhoeven This selects GPIO and pinctrl driver for Renesas RZ/A2 platforms. 283077365a9SGeert Uytterhoeven 284c4c4637eSLad Prabhakarconfig PINCTRL_RZG2L 285bfc69bdbSBiju Das bool "pin control support for RZ/{G2L,G2UL,V2L}" if COMPILE_TEST 286c4c4637eSLad Prabhakar depends on OF 287c4c4637eSLad Prabhakar select GPIOLIB 288fda5edd7SClaudiu Beznea select GPIOLIB_IRQCHIP 289c4c4637eSLad Prabhakar select GENERIC_PINCTRL_GROUPS 290c4c4637eSLad Prabhakar select GENERIC_PINMUX_FUNCTIONS 291c4c4637eSLad Prabhakar select GENERIC_PINCONF 292fda5edd7SClaudiu Beznea select IRQ_DOMAIN_HIERARCHY 293c4c4637eSLad Prabhakar help 294bfc69bdbSBiju Das This selects GPIO and pinctrl driver for Renesas RZ/{G2L,G2UL,V2L} 2950c8fce49SBiju Das platforms. 296c4c4637eSLad Prabhakar 297077365a9SGeert Uytterhoevenconfig PINCTRL_RZN1 298077365a9SGeert Uytterhoeven bool "pin control support for RZ/N1" 299077365a9SGeert Uytterhoeven depends on OF 300077365a9SGeert Uytterhoeven depends on ARCH_RZN1 || COMPILE_TEST 301077365a9SGeert Uytterhoeven select GENERIC_PINCONF 302f055ff23SRalph Siemsen select PINMUX 303077365a9SGeert Uytterhoeven help 304077365a9SGeert Uytterhoeven This selects pinctrl driver for Renesas RZ/N1 devices. 305077365a9SGeert Uytterhoeven 306*34d4d093SThierry Bultelconfig PINCTRL_RZT2H 307*34d4d093SThierry Bultel bool "pin control support for RZ/N2H and RZ/T2H" if COMPILE_TEST 308*34d4d093SThierry Bultel depends on 64BIT && OF 309*34d4d093SThierry Bultel select GPIOLIB 310*34d4d093SThierry Bultel select GENERIC_PINCTRL_GROUPS 311*34d4d093SThierry Bultel select GENERIC_PINMUX_FUNCTIONS 312*34d4d093SThierry Bultel select GENERIC_PINCONF 313*34d4d093SThierry Bultel help 314*34d4d093SThierry Bultel This selects GPIO and pinctrl driver for Renesas RZ/T2H 315*34d4d093SThierry Bultel platforms. 316*34d4d093SThierry Bultel 31792a9b825SPhil Edworthyconfig PINCTRL_RZV2M 31870001677SGeert Uytterhoeven bool "pin control support for RZ/V2M" if COMPILE_TEST 31992a9b825SPhil Edworthy depends on OF 32092a9b825SPhil Edworthy select GPIOLIB 32192a9b825SPhil Edworthy select GENERIC_PINCTRL_GROUPS 32292a9b825SPhil Edworthy select GENERIC_PINMUX_FUNCTIONS 32392a9b825SPhil Edworthy select GENERIC_PINCONF 32492a9b825SPhil Edworthy help 32592a9b825SPhil Edworthy This selects GPIO and pinctrl driver for Renesas RZ/V2M 32692a9b825SPhil Edworthy platforms. 32792a9b825SPhil Edworthy 328077365a9SGeert Uytterhoevenendmenu 329