1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 269b78b8dSLinus Walleijif (ARCH_QCOM || COMPILE_TEST) 369b78b8dSLinus Walleij 469b78b8dSLinus Walleijconfig PINCTRL_MSM 538e86f5cSJohn Stultz tristate "Qualcomm core pin controller driver" 6424953cfSArnd Bergmann depends on GPIOLIB 7424953cfSArnd Bergmann select QCOM_SCM 869b78b8dSLinus Walleij select PINMUX 969b78b8dSLinus Walleij select PINCONF 1069b78b8dSLinus Walleij select GENERIC_PINCONF 1169b78b8dSLinus Walleij select GPIOLIB_IRQCHIP 12c3c0c2e1SDouglas Anderson select IRQ_DOMAIN_HIERARCHY 13c3c0c2e1SDouglas Anderson select IRQ_FASTEOI_HIERARCHY_HANDLERS 1469b78b8dSLinus Walleij 1569b78b8dSLinus Walleijconfig PINCTRL_APQ8064 1669b78b8dSLinus Walleij tristate "Qualcomm APQ8064 pin controller driver" 1732ec3960SArnd Bergmann depends on OF 18be117ca3SJohn Stultz depends on PINCTRL_MSM 1969b78b8dSLinus Walleij help 2069b78b8dSLinus Walleij This is the pinctrl, pinmux, pinconf and gpiolib driver for the 2169b78b8dSLinus Walleij Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 2269b78b8dSLinus Walleij 23c4f6f9c0SGeorgi Djakovconfig PINCTRL_APQ8084 24c4f6f9c0SGeorgi Djakov tristate "Qualcomm APQ8084 pin controller driver" 2532ec3960SArnd Bergmann depends on OF 26be117ca3SJohn Stultz depends on PINCTRL_MSM 27c4f6f9c0SGeorgi Djakov help 28c4f6f9c0SGeorgi Djakov This is the pinctrl, pinmux, pinconf and gpiolib driver for the 29c4f6f9c0SGeorgi Djakov Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 30c4f6f9c0SGeorgi Djakov 31e260d2bbSVaradarajan Narayananconfig PINCTRL_IPQ4019 32e260d2bbSVaradarajan Narayanan tristate "Qualcomm IPQ4019 pin controller driver" 3332ec3960SArnd Bergmann depends on OF 34be117ca3SJohn Stultz depends on PINCTRL_MSM 35e260d2bbSVaradarajan Narayanan help 36e260d2bbSVaradarajan Narayanan This is the pinctrl, pinmux, pinconf and gpiolib driver for the 37e260d2bbSVaradarajan Narayanan Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 38e260d2bbSVaradarajan Narayanan 3969b78b8dSLinus Walleijconfig PINCTRL_IPQ8064 4069b78b8dSLinus Walleij tristate "Qualcomm IPQ8064 pin controller driver" 4132ec3960SArnd Bergmann depends on OF 42be117ca3SJohn Stultz depends on PINCTRL_MSM 4369b78b8dSLinus Walleij help 4469b78b8dSLinus Walleij This is the pinctrl, pinmux, pinconf and gpiolib driver for the 4569b78b8dSLinus Walleij Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 4669b78b8dSLinus Walleij 47d2a2c808SVaradarajan Narayananconfig PINCTRL_IPQ8074 48d2a2c808SVaradarajan Narayanan tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" 4932ec3960SArnd Bergmann depends on OF 50be117ca3SJohn Stultz depends on PINCTRL_MSM 51d2a2c808SVaradarajan Narayanan help 52d2a2c808SVaradarajan Narayanan This is the pinctrl, pinmux, pinconf and gpiolib driver for 53d2a2c808SVaradarajan Narayanan the Qualcomm Technologies Inc. TLMM block found on the 54d2a2c808SVaradarajan Narayanan Qualcomm Technologies Inc. IPQ8074 platform. Select this for 55d2a2c808SVaradarajan Narayanan IPQ8074. 56d2a2c808SVaradarajan Narayanan 57ef1ea54eSSricharan Rconfig PINCTRL_IPQ6018 58ef1ea54eSSricharan R tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver" 5932ec3960SArnd Bergmann depends on OF 60be117ca3SJohn Stultz depends on PINCTRL_MSM 61ef1ea54eSSricharan R help 62ef1ea54eSSricharan R This is the pinctrl, pinmux, pinconf and gpiolib driver for 63ef1ea54eSSricharan R the Qualcomm Technologies Inc. TLMM block found on the 64ef1ea54eSSricharan R Qualcomm Technologies Inc. IPQ6018 platform. Select this for 65ef1ea54eSSricharan R IPQ6018. 66ef1ea54eSSricharan R 67db436a71SBartosz Dudziakconfig PINCTRL_MSM8226 68db436a71SBartosz Dudziak tristate "Qualcomm 8226 pin controller driver" 6932ec3960SArnd Bergmann depends on OF 70be117ca3SJohn Stultz depends on PINCTRL_MSM 71db436a71SBartosz Dudziak help 72db436a71SBartosz Dudziak This is the pinctrl, pinmux, pinconf and gpiolib driver for the 73db436a71SBartosz Dudziak Qualcomm Technologies Inc TLMM block found on the Qualcomm 74db436a71SBartosz Dudziak Technologies Inc MSM8226 platform. 75db436a71SBartosz Dudziak 766955e6b4SBjorn Anderssonconfig PINCTRL_MSM8660 776955e6b4SBjorn Andersson tristate "Qualcomm 8660 pin controller driver" 7832ec3960SArnd Bergmann depends on OF 79be117ca3SJohn Stultz depends on PINCTRL_MSM 806955e6b4SBjorn Andersson help 816955e6b4SBjorn Andersson This is the pinctrl, pinmux, pinconf and gpiolib driver for the 826955e6b4SBjorn Andersson Qualcomm TLMM block found in the Qualcomm 8660 platform. 836955e6b4SBjorn Andersson 8469b78b8dSLinus Walleijconfig PINCTRL_MSM8960 8569b78b8dSLinus Walleij tristate "Qualcomm 8960 pin controller driver" 8632ec3960SArnd Bergmann depends on OF 87be117ca3SJohn Stultz depends on PINCTRL_MSM 8869b78b8dSLinus Walleij help 8969b78b8dSLinus Walleij This is the pinctrl, pinmux, pinconf and gpiolib driver for the 9069b78b8dSLinus Walleij Qualcomm TLMM block found in the Qualcomm 8960 platform. 9169b78b8dSLinus Walleij 9241353ae7SKonrad Dybcioconfig PINCTRL_MDM9607 9341353ae7SKonrad Dybcio tristate "Qualcomm 9607 pin controller driver" 9441353ae7SKonrad Dybcio depends on GPIOLIB && OF 9541353ae7SKonrad Dybcio depends on PINCTRL_MSM 9641353ae7SKonrad Dybcio help 9741353ae7SKonrad Dybcio This is the pinctrl, pinmux, pinconf and gpiolib driver for the 9841353ae7SKonrad Dybcio Qualcomm TLMM block found in the Qualcomm 9607 platform. 9941353ae7SKonrad Dybcio 1008b37e88cSNeil Armstrongconfig PINCTRL_MDM9615 1018b37e88cSNeil Armstrong tristate "Qualcomm 9615 pin controller driver" 10232ec3960SArnd Bergmann depends on OF 103be117ca3SJohn Stultz depends on PINCTRL_MSM 1048b37e88cSNeil Armstrong help 1058b37e88cSNeil Armstrong This is the pinctrl, pinmux, pinconf and gpiolib driver for the 1068b37e88cSNeil Armstrong Qualcomm TLMM block found in the Qualcomm 9615 platform. 1078b37e88cSNeil Armstrong 10869b78b8dSLinus Walleijconfig PINCTRL_MSM8X74 10969b78b8dSLinus Walleij tristate "Qualcomm 8x74 pin controller driver" 11032ec3960SArnd Bergmann depends on OF 111be117ca3SJohn Stultz depends on PINCTRL_MSM 11269b78b8dSLinus Walleij help 11369b78b8dSLinus Walleij This is the pinctrl, pinmux, pinconf and gpiolib driver for the 11469b78b8dSLinus Walleij Qualcomm TLMM block found in the Qualcomm 8974 platform. 11569b78b8dSLinus Walleij 1165373a2c5SJoonwoo Parkconfig PINCTRL_MSM8916 1175373a2c5SJoonwoo Park tristate "Qualcomm 8916 pin controller driver" 11832ec3960SArnd Bergmann depends on OF 119be117ca3SJohn Stultz depends on PINCTRL_MSM 1205373a2c5SJoonwoo Park help 1215373a2c5SJoonwoo Park This is the pinctrl, pinmux, pinconf and gpiolib driver for the 1225373a2c5SJoonwoo Park Qualcomm TLMM block found on the Qualcomm 8916 platform. 1235373a2c5SJoonwoo Park 1240e74abf3SVladimir Lypakconfig PINCTRL_MSM8953 1250e74abf3SVladimir Lypak tristate "Qualcomm 8953 pin controller driver" 12632ec3960SArnd Bergmann depends on OF 1272a984219SJohn Stultz depends on PINCTRL_MSM 1280e74abf3SVladimir Lypak help 1290e74abf3SVladimir Lypak This is the pinctrl, pinmux, pinconf and gpiolib driver for the 1300e74abf3SVladimir Lypak Qualcomm TLMM block found on the Qualcomm MSM8953 platform. 1310e74abf3SVladimir Lypak The Qualcomm APQ8053, SDM450, SDM632 platforms are also 1320e74abf3SVladimir Lypak supported by this driver. 1330e74abf3SVladimir Lypak 134bcd11493SAngeloGioacchino Del Regnoconfig PINCTRL_MSM8976 135bcd11493SAngeloGioacchino Del Regno tristate "Qualcomm 8976 pin controller driver" 13632ec3960SArnd Bergmann depends on OF 137be117ca3SJohn Stultz depends on PINCTRL_MSM 138bcd11493SAngeloGioacchino Del Regno help 139bcd11493SAngeloGioacchino Del Regno This is the pinctrl, pinmux, pinconf and gpiolib driver for the 140bcd11493SAngeloGioacchino Del Regno Qualcomm TLMM block found on the Qualcomm MSM8976 platform. 141bcd11493SAngeloGioacchino Del Regno The Qualcomm MSM8956, APQ8056, APQ8076 platforms are also 142bcd11493SAngeloGioacchino Del Regno supported by this driver. 143bcd11493SAngeloGioacchino Del Regno 144465e4218SMichael Scottconfig PINCTRL_MSM8994 145465e4218SMichael Scott tristate "Qualcomm 8994 pin controller driver" 14632ec3960SArnd Bergmann depends on OF 147be117ca3SJohn Stultz depends on PINCTRL_MSM 148465e4218SMichael Scott help 149465e4218SMichael Scott This is the pinctrl, pinmux, pinconf and gpiolib driver for the 150465e4218SMichael Scott Qualcomm TLMM block found in the Qualcomm 8994 platform. The 151465e4218SMichael Scott Qualcomm 8992 platform is also supported by this driver. 152465e4218SMichael Scott 153d1b49b68SJoonwoo Parkconfig PINCTRL_MSM8996 154d1b49b68SJoonwoo Park tristate "Qualcomm MSM8996 pin controller driver" 15532ec3960SArnd Bergmann depends on OF 156be117ca3SJohn Stultz depends on PINCTRL_MSM 157d1b49b68SJoonwoo Park help 158d1b49b68SJoonwoo Park This is the pinctrl, pinmux, pinconf and gpiolib driver for the 159d1b49b68SJoonwoo Park Qualcomm TLMM block found in the Qualcomm MSM8996 platform. 160d1b49b68SJoonwoo Park 161a3a093aeSKhan, Imranconfig PINCTRL_MSM8998 162a3a093aeSKhan, Imran tristate "Qualcomm MSM8998 pin controller driver" 16332ec3960SArnd Bergmann depends on OF 164be117ca3SJohn Stultz depends on PINCTRL_MSM 165a3a093aeSKhan, Imran help 166a3a093aeSKhan, Imran This is the pinctrl, pinmux, pinconf and gpiolib driver for the 167a3a093aeSKhan, Imran Qualcomm TLMM block found in the Qualcomm MSM8998 platform. 168a3a093aeSKhan, Imran 16948e049efSShawn Guoconfig PINCTRL_QCM2290 17048e049efSShawn Guo tristate "Qualcomm QCM2290 pin controller driver" 17148e049efSShawn Guo depends on OF 17248e049efSShawn Guo depends on PINCTRL_MSM 17348e049efSShawn Guo help 17448e049efSShawn Guo This is the pinctrl, pinmux, pinconf and gpiolib driver for the 17548e049efSShawn Guo TLMM block found in the Qualcomm QCM2290 platform. 17648e049efSShawn Guo 17722eb8301SAvaneesh Kumar Dwivediconfig PINCTRL_QCS404 17822eb8301SAvaneesh Kumar Dwivedi tristate "Qualcomm QCS404 pin controller driver" 17932ec3960SArnd Bergmann depends on OF 180be117ca3SJohn Stultz depends on PINCTRL_MSM 18122eb8301SAvaneesh Kumar Dwivedi help 18222eb8301SAvaneesh Kumar Dwivedi This is the pinctrl, pinmux, pinconf and gpiolib driver for the 18322eb8301SAvaneesh Kumar Dwivedi TLMM block found in the Qualcomm QCS404 platform. 18422eb8301SAvaneesh Kumar Dwivedi 1858f1338cdSTimur Tabiconfig PINCTRL_QDF2XXX 1868f1338cdSTimur Tabi tristate "Qualcomm Technologies QDF2xxx pin controller driver" 18732ec3960SArnd Bergmann depends on ACPI 188be117ca3SJohn Stultz depends on PINCTRL_MSM 1898f1338cdSTimur Tabi help 1908f1338cdSTimur Tabi This is the GPIO driver for the TLMM block found on the 1918f1338cdSTimur Tabi Qualcomm Technologies QDF2xxx SOCs. 1928f1338cdSTimur Tabi 193eadff302SIvan T. Ivanovconfig PINCTRL_QCOM_SPMI_PMIC 1944afaee3cSStephen Boyd tristate "Qualcomm SPMI PMIC pin controller driver" 19532ec3960SArnd Bergmann depends on OF && SPMI 196eadff302SIvan T. Ivanov select REGMAP_SPMI 197eadff302SIvan T. Ivanov select PINMUX 198eadff302SIvan T. Ivanov select PINCONF 199eadff302SIvan T. Ivanov select GENERIC_PINCONF 200821c76c4SBrian Masney select GPIOLIB_IRQCHIP 2015c713d93SBrian Masney select IRQ_DOMAIN_HIERARCHY 202eadff302SIvan T. Ivanov help 203eadff302SIvan T. Ivanov This is the pinctrl, pinmux, pinconf and gpiolib driver for the 204eadff302SIvan T. Ivanov Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 205eadff302SIvan T. Ivanov which are using SPMI for communication with SoC. Example PMIC's 206eadff302SIvan T. Ivanov devices are pm8841, pm8941 and pma8084. 207eadff302SIvan T. Ivanov 208b4c45fe9SBjorn Anderssonconfig PINCTRL_QCOM_SSBI_PMIC 2094afaee3cSStephen Boyd tristate "Qualcomm SSBI PMIC pin controller driver" 21032ec3960SArnd Bergmann depends on OF 211b4c45fe9SBjorn Andersson select PINMUX 212b4c45fe9SBjorn Andersson select PINCONF 213b4c45fe9SBjorn Andersson select GENERIC_PINCONF 214ae436fe8SBrian Masney select GPIOLIB_IRQCHIP 2159d2b563bSBrian Masney select IRQ_DOMAIN_HIERARCHY 216b4c45fe9SBjorn Andersson help 217b4c45fe9SBjorn Andersson This is the pinctrl, pinmux, pinconf and gpiolib driver for the 218b4c45fe9SBjorn Andersson Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 219b4c45fe9SBjorn Andersson which are using SSBI for communication with SoC. Example PMIC's 220b4c45fe9SBjorn Andersson devices are pm8058 and pm8921. 221b4c45fe9SBjorn Andersson 222f2ae04c4SJitendra Sharmaconfig PINCTRL_SC7180 223f2ae04c4SJitendra Sharma tristate "Qualcomm Technologies Inc SC7180 pin controller driver" 22432ec3960SArnd Bergmann depends on OF 225be117ca3SJohn Stultz depends on PINCTRL_MSM 226f2ae04c4SJitendra Sharma help 227f2ae04c4SJitendra Sharma This is the pinctrl, pinmux, pinconf and gpiolib driver for the 228f2ae04c4SJitendra Sharma Qualcomm Technologies Inc TLMM block found on the Qualcomm 229f2ae04c4SJitendra Sharma Technologies Inc SC7180 platform. 230f2ae04c4SJitendra Sharma 231ecb45459SRajendra Nayakconfig PINCTRL_SC7280 232ecb45459SRajendra Nayak tristate "Qualcomm Technologies Inc SC7280 pin controller driver" 23332ec3960SArnd Bergmann depends on OF 234ecb45459SRajendra Nayak depends on PINCTRL_MSM 235ecb45459SRajendra Nayak help 236ecb45459SRajendra Nayak This is the pinctrl, pinmux, pinconf and gpiolib driver for the 237ecb45459SRajendra Nayak Qualcomm Technologies Inc TLMM block found on the Qualcomm 238ecb45459SRajendra Nayak Technologies Inc SC7280 platform. 239ecb45459SRajendra Nayak 24097423113SBjorn Anderssonconfig PINCTRL_SC8180X 24197423113SBjorn Andersson tristate "Qualcomm Technologies Inc SC8180x pin controller driver" 24232ec3960SArnd Bergmann depends on (OF || ACPI) 24330e9857aSBjorn Andersson depends on PINCTRL_MSM 24497423113SBjorn Andersson help 24597423113SBjorn Andersson This is the pinctrl, pinmux, pinconf and gpiolib driver for the 24697423113SBjorn Andersson Qualcomm Technologies Inc TLMM block found on the Qualcomm 24797423113SBjorn Andersson Technologies Inc SC8180x platform. 24897423113SBjorn Andersson 2499cf0c526SNeeraj Upadhyayconfig PINCTRL_SDM660 2509cf0c526SNeeraj Upadhyay tristate "Qualcomm Technologies Inc SDM660 pin controller driver" 25132ec3960SArnd Bergmann depends on OF 252be117ca3SJohn Stultz depends on PINCTRL_MSM 2539cf0c526SNeeraj Upadhyay help 2549cf0c526SNeeraj Upadhyay This is the pinctrl, pinmux, pinconf and gpiolib driver for the 2559cf0c526SNeeraj Upadhyay Qualcomm Technologies Inc TLMM block found on the Qualcomm 2569cf0c526SNeeraj Upadhyay Technologies Inc SDM660 platform. 2579cf0c526SNeeraj Upadhyay 258184f3448SKyle Yanconfig PINCTRL_SDM845 259184f3448SKyle Yan tristate "Qualcomm Technologies Inc SDM845 pin controller driver" 26032ec3960SArnd Bergmann depends on (OF || ACPI) 261be117ca3SJohn Stultz depends on PINCTRL_MSM 262184f3448SKyle Yan help 263184f3448SKyle Yan This is the pinctrl, pinmux, pinconf and gpiolib driver for the 264184f3448SKyle Yan Qualcomm Technologies Inc TLMM block found on the Qualcomm 265184f3448SKyle Yan Technologies Inc SDM845 platform. 266184f3448SKyle Yan 267ac43c44aSJeevan Shriramconfig PINCTRL_SDX55 268ac43c44aSJeevan Shriram tristate "Qualcomm Technologies Inc SDX55 pin controller driver" 26932ec3960SArnd Bergmann depends on OF 27080f1803dSVinod Koul depends on PINCTRL_MSM 271ac43c44aSJeevan Shriram help 272ac43c44aSJeevan Shriram This is the pinctrl, pinmux, pinconf and gpiolib driver for the 273ac43c44aSJeevan Shriram Qualcomm Technologies Inc TLMM block found on the Qualcomm 274ac43c44aSJeevan Shriram Technologies Inc SDX55 platform. 275ac43c44aSJeevan Shriram 2764b77f1dfSIskren Chernevconfig PINCTRL_SM6115 2774b77f1dfSIskren Chernev tristate "Qualcomm Technologies Inc SM6115,SM4250 pin controller driver" 2784b77f1dfSIskren Chernev depends on GPIOLIB && OF 2794b77f1dfSIskren Chernev depends on PINCTRL_MSM 2804b77f1dfSIskren Chernev help 2814b77f1dfSIskren Chernev This is the pinctrl, pinmux, pinconf and gpiolib driver for the 2824b77f1dfSIskren Chernev Qualcomm Technologies Inc TLMM block found on the Qualcomm 2834b77f1dfSIskren Chernev Technologies Inc SM6115 and SM4250 platforms. 2844b77f1dfSIskren Chernev 2850c3ae641SMartin Botkaconfig PINCTRL_SM6125 2860c3ae641SMartin Botka tristate "Qualcomm Technologies Inc SM6125 pin controller driver" 28732ec3960SArnd Bergmann depends on OF 2880c3ae641SMartin Botka depends on PINCTRL_MSM 2890c3ae641SMartin Botka help 2900c3ae641SMartin Botka This is the pinctrl, pinmux, pinconf and gpiolib driver for the 2910c3ae641SMartin Botka Qualcomm Technologies Inc TLMM block found on the Qualcomm 2920c3ae641SMartin Botka Technologies Inc SM6125 platform. 2930c3ae641SMartin Botka 2947d74b55aSKonrad Dybcioconfig PINCTRL_SM6350 2957d74b55aSKonrad Dybcio tristate "Qualcomm Technologies Inc SM6350 pin controller driver" 2967d74b55aSKonrad Dybcio depends on GPIOLIB && OF 2977d74b55aSKonrad Dybcio depends on PINCTRL_MSM 2987d74b55aSKonrad Dybcio help 2997d74b55aSKonrad Dybcio This is the pinctrl, pinmux, pinconf and gpiolib driver for the 3007d74b55aSKonrad Dybcio Qualcomm Technologies Inc TLMM block found on the Qualcomm 3017d74b55aSKonrad Dybcio Technologies Inc SM6350 platform. 3027d74b55aSKonrad Dybcio 303*bdbf104fSVamsi Krishna Lankaconfig PINCTRL_SDX65 304*bdbf104fSVamsi Krishna Lanka tristate "Qualcomm Technologies Inc SDX65 pin controller driver" 305*bdbf104fSVamsi Krishna Lanka depends on GPIOLIB && OF 306*bdbf104fSVamsi Krishna Lanka depends on PINCTRL_MSM 307*bdbf104fSVamsi Krishna Lanka help 308*bdbf104fSVamsi Krishna Lanka This is the pinctrl, pinmux, pinconf and gpiolib driver for the 309*bdbf104fSVamsi Krishna Lanka Qualcomm Technologies Inc TLMM block found on the Qualcomm 310*bdbf104fSVamsi Krishna Lanka Technologies Inc SDX65 platform. 311*bdbf104fSVamsi Krishna Lanka 31257218371SPrasad Sodagudiconfig PINCTRL_SM8150 31357218371SPrasad Sodagudi tristate "Qualcomm Technologies Inc SM8150 pin controller driver" 31432ec3960SArnd Bergmann depends on OF 315be117ca3SJohn Stultz depends on PINCTRL_MSM 31657218371SPrasad Sodagudi help 31757218371SPrasad Sodagudi This is the pinctrl, pinmux, pinconf and gpiolib driver for the 31857218371SPrasad Sodagudi Qualcomm Technologies Inc TLMM block found on the Qualcomm 31957218371SPrasad Sodagudi Technologies Inc SM8150 platform. 32057218371SPrasad Sodagudi 3214e3ec9e4SVenkata Narendra Kumar Guttaconfig PINCTRL_SM8250 3224e3ec9e4SVenkata Narendra Kumar Gutta tristate "Qualcomm Technologies Inc SM8250 pin controller driver" 32332ec3960SArnd Bergmann depends on OF 324be117ca3SJohn Stultz depends on PINCTRL_MSM 3254e3ec9e4SVenkata Narendra Kumar Gutta help 3264e3ec9e4SVenkata Narendra Kumar Gutta This is the pinctrl, pinmux, pinconf and gpiolib driver for the 3274e3ec9e4SVenkata Narendra Kumar Gutta Qualcomm Technologies Inc TLMM block found on the Qualcomm 3284e3ec9e4SVenkata Narendra Kumar Gutta Technologies Inc SM8250 platform. 3294e3ec9e4SVenkata Narendra Kumar Gutta 330d5d348a3SVinod Koulconfig PINCTRL_SM8350 331d5d348a3SVinod Koul tristate "Qualcomm Technologies Inc SM8350 pin controller driver" 33232ec3960SArnd Bergmann depends on PINCTRL_MSM 333d5d348a3SVinod Koul help 334d5d348a3SVinod Koul This is the pinctrl, pinmux, pinconf and gpiolib driver for the 335d5d348a3SVinod Koul Qualcomm Technologies Inc TLMM block found on the Qualcomm 336d5d348a3SVinod Koul Technologies Inc SM8350 platform. 337d5d348a3SVinod Koul 3386e261d10SSrinivas Kandagatlaconfig PINCTRL_LPASS_LPI 3396e261d10SSrinivas Kandagatla tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver" 3406e261d10SSrinivas Kandagatla select PINMUX 3416e261d10SSrinivas Kandagatla select PINCONF 3426e261d10SSrinivas Kandagatla select GENERIC_PINCONF 3436e261d10SSrinivas Kandagatla depends on GPIOLIB 3446e261d10SSrinivas Kandagatla help 3456e261d10SSrinivas Kandagatla This is the pinctrl, pinmux, pinconf and gpiolib driver for the 3466e261d10SSrinivas Kandagatla Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 3476e261d10SSrinivas Kandagatla (Low Power Island) found on the Qualcomm Technologies Inc SoCs. 3486e261d10SSrinivas Kandagatla 34969b78b8dSLinus Walleijendif 350