Linus Walleij | 69b78b8 | 2014-07-09 13:55:12 +0200 | [diff] [blame] | 1 | if (ARCH_QCOM || COMPILE_TEST) |
| 2 | |
| 3 | config PINCTRL_MSM |
| 4 | bool |
| 5 | select PINMUX |
| 6 | select PINCONF |
| 7 | select GENERIC_PINCONF |
| 8 | select GPIOLIB_IRQCHIP |
| 9 | |
| 10 | config PINCTRL_APQ8064 |
| 11 | tristate "Qualcomm APQ8064 pin controller driver" |
| 12 | depends on GPIOLIB && OF |
| 13 | select PINCTRL_MSM |
| 14 | help |
| 15 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 16 | Qualcomm TLMM block found in the Qualcomm APQ8064 platform. |
| 17 | |
Georgi Djakov | c4f6f9c | 2014-09-03 19:28:13 +0300 | [diff] [blame] | 18 | config PINCTRL_APQ8084 |
| 19 | tristate "Qualcomm APQ8084 pin controller driver" |
| 20 | depends on GPIOLIB && OF |
| 21 | select PINCTRL_MSM |
| 22 | help |
| 23 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 24 | Qualcomm TLMM block found in the Qualcomm APQ8084 platform. |
| 25 | |
Varadarajan Narayanan | e260d2b | 2015-11-19 17:19:28 -0600 | [diff] [blame] | 26 | config PINCTRL_IPQ4019 |
| 27 | tristate "Qualcomm IPQ4019 pin controller driver" |
| 28 | depends on GPIOLIB && OF |
| 29 | select PINCTRL_MSM |
| 30 | help |
| 31 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 32 | Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. |
| 33 | |
Linus Walleij | 69b78b8 | 2014-07-09 13:55:12 +0200 | [diff] [blame] | 34 | config PINCTRL_IPQ8064 |
| 35 | tristate "Qualcomm IPQ8064 pin controller driver" |
| 36 | depends on GPIOLIB && OF |
| 37 | select PINCTRL_MSM |
| 38 | help |
| 39 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 40 | Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. |
| 41 | |
Bjorn Andersson | 6955e6b | 2015-06-05 15:52:23 -0700 | [diff] [blame] | 42 | config PINCTRL_MSM8660 |
| 43 | tristate "Qualcomm 8660 pin controller driver" |
| 44 | depends on GPIOLIB && OF |
| 45 | select PINCTRL_MSM |
| 46 | help |
| 47 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 48 | Qualcomm TLMM block found in the Qualcomm 8660 platform. |
| 49 | |
Linus Walleij | 69b78b8 | 2014-07-09 13:55:12 +0200 | [diff] [blame] | 50 | config PINCTRL_MSM8960 |
| 51 | tristate "Qualcomm 8960 pin controller driver" |
| 52 | depends on GPIOLIB && OF |
| 53 | select PINCTRL_MSM |
| 54 | help |
| 55 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 56 | Qualcomm TLMM block found in the Qualcomm 8960 platform. |
| 57 | |
Neil Armstrong | 8b37e88c | 2016-06-17 12:15:34 +0200 | [diff] [blame] | 58 | config PINCTRL_MDM9615 |
| 59 | tristate "Qualcomm 9615 pin controller driver" |
| 60 | depends on GPIOLIB && OF |
| 61 | select PINCTRL_MSM |
| 62 | help |
| 63 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 64 | Qualcomm TLMM block found in the Qualcomm 9615 platform. |
| 65 | |
Linus Walleij | 69b78b8 | 2014-07-09 13:55:12 +0200 | [diff] [blame] | 66 | config PINCTRL_MSM8X74 |
| 67 | tristate "Qualcomm 8x74 pin controller driver" |
| 68 | depends on GPIOLIB && OF |
| 69 | select PINCTRL_MSM |
| 70 | help |
| 71 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 72 | Qualcomm TLMM block found in the Qualcomm 8974 platform. |
| 73 | |
Joonwoo Park | 5373a2c | 2015-01-30 12:04:01 +0200 | [diff] [blame] | 74 | config PINCTRL_MSM8916 |
| 75 | tristate "Qualcomm 8916 pin controller driver" |
| 76 | depends on GPIOLIB && OF |
| 77 | select PINCTRL_MSM |
| 78 | help |
| 79 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 80 | Qualcomm TLMM block found on the Qualcomm 8916 platform. |
| 81 | |
Kyle Yan | 679cbee | 2016-07-27 16:55:20 -0700 | [diff] [blame^] | 82 | config PINCTRL_MSMSKUNK |
| 83 | tristate "Qualcomm Technologies Inc MSMSKUNK pin controller driver" |
| 84 | depends on GPIOLIB && OF |
| 85 | select PINCTRL_MSM |
| 86 | help |
| 87 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 88 | Qualcomm Technologies Inc TLMM block found on the Qualcomm |
| 89 | Technologies Inc MSMSKUNK platform. |
| 90 | |
| 91 | |
Joonwoo Park | d1b49b6 | 2015-11-17 16:35:46 -0800 | [diff] [blame] | 92 | config PINCTRL_MSM8996 |
| 93 | tristate "Qualcomm MSM8996 pin controller driver" |
| 94 | depends on GPIOLIB && OF |
| 95 | select PINCTRL_MSM |
| 96 | help |
| 97 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 98 | Qualcomm TLMM block found in the Qualcomm MSM8996 platform. |
| 99 | |
Timur Tabi | 8f1338c | 2015-07-15 11:47:14 -0500 | [diff] [blame] | 100 | config PINCTRL_QDF2XXX |
| 101 | tristate "Qualcomm Technologies QDF2xxx pin controller driver" |
| 102 | depends on GPIOLIB && ACPI |
| 103 | select PINCTRL_MSM |
| 104 | help |
| 105 | This is the GPIO driver for the TLMM block found on the |
| 106 | Qualcomm Technologies QDF2xxx SOCs. |
| 107 | |
Ivan T. Ivanov | eadff30 | 2014-10-22 12:58:46 +0300 | [diff] [blame] | 108 | config PINCTRL_QCOM_SPMI_PMIC |
Stephen Boyd | 4afaee3 | 2016-01-06 17:12:49 -0800 | [diff] [blame] | 109 | tristate "Qualcomm SPMI PMIC pin controller driver" |
Ivan T. Ivanov | eadff30 | 2014-10-22 12:58:46 +0300 | [diff] [blame] | 110 | depends on GPIOLIB && OF && SPMI |
| 111 | select REGMAP_SPMI |
| 112 | select PINMUX |
| 113 | select PINCONF |
| 114 | select GENERIC_PINCONF |
| 115 | help |
| 116 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 117 | Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, |
| 118 | which are using SPMI for communication with SoC. Example PMIC's |
| 119 | devices are pm8841, pm8941 and pma8084. |
| 120 | |
Bjorn Andersson | b4c45fe | 2015-07-14 23:40:35 -0700 | [diff] [blame] | 121 | config PINCTRL_QCOM_SSBI_PMIC |
Stephen Boyd | 4afaee3 | 2016-01-06 17:12:49 -0800 | [diff] [blame] | 122 | tristate "Qualcomm SSBI PMIC pin controller driver" |
Bjorn Andersson | b4c45fe | 2015-07-14 23:40:35 -0700 | [diff] [blame] | 123 | depends on GPIOLIB && OF |
| 124 | select PINMUX |
| 125 | select PINCONF |
| 126 | select GENERIC_PINCONF |
| 127 | help |
| 128 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
| 129 | Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, |
| 130 | which are using SSBI for communication with SoC. Example PMIC's |
| 131 | devices are pm8058 and pm8921. |
| 132 | |
Linus Walleij | 69b78b8 | 2014-07-09 13:55:12 +0200 | [diff] [blame] | 133 | endif |