Kconfig (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | Kconfig (9cf0c526bc5874d77208751ae42f7e4c62bfdd4d) |
---|---|
1if (ARCH_QCOM || COMPILE_TEST) 2 3config PINCTRL_MSM 4 bool 5 select PINMUX 6 select PINCONF 7 select GENERIC_PINCONF 8 select GPIOLIB_IRQCHIP --- 133 unchanged lines hidden (view full) --- 142 select PINCONF 143 select GENERIC_PINCONF 144 help 145 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 146 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 147 which are using SSBI for communication with SoC. Example PMIC's 148 devices are pm8058 and pm8921. 149 | 1if (ARCH_QCOM || COMPILE_TEST) 2 3config PINCTRL_MSM 4 bool 5 select PINMUX 6 select PINCONF 7 select GENERIC_PINCONF 8 select GPIOLIB_IRQCHIP --- 133 unchanged lines hidden (view full) --- 142 select PINCONF 143 select GENERIC_PINCONF 144 help 145 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 146 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 147 which are using SSBI for communication with SoC. Example PMIC's 148 devices are pm8058 and pm8921. 149 |
150config PINCTRL_SDM660 151 tristate "Qualcomm Technologies Inc SDM660 pin controller driver" 152 depends on GPIOLIB && OF 153 select PINCTRL_MSM 154 help 155 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 156 Qualcomm Technologies Inc TLMM block found on the Qualcomm 157 Technologies Inc SDM660 platform. 158 |
|
150config PINCTRL_SDM845 151 tristate "Qualcomm Technologies Inc SDM845 pin controller driver" 152 depends on GPIOLIB && OF 153 select PINCTRL_MSM 154 help 155 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 156 Qualcomm Technologies Inc TLMM block found on the Qualcomm 157 Technologies Inc SDM845 platform. 158 159endif | 159config PINCTRL_SDM845 160 tristate "Qualcomm Technologies Inc SDM845 pin controller driver" 161 depends on GPIOLIB && OF 162 select PINCTRL_MSM 163 help 164 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 165 Qualcomm Technologies Inc TLMM block found on the Qualcomm 166 Technologies Inc SDM845 platform. 167 168endif |