Kconfig (38e86f5c2645f3c16f698fa7e66b4eb23da5369c) | Kconfig (ac43c44a7a375ae0f0e96e10e227e226f2f2cb70) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2if (ARCH_QCOM || COMPILE_TEST) 3 4config PINCTRL_MSM 5 tristate "Qualcomm core pin controller driver" 6 depends on QCOM_SCM || !QCOM_SCM #if QCOM_SCM=m this can't be =y 7 select PINMUX 8 select PINCONF --- 215 unchanged lines hidden (view full) --- 224 tristate "Qualcomm Technologies Inc SDM845 pin controller driver" 225 depends on GPIOLIB && (OF || ACPI) 226 depends on PINCTRL_MSM 227 help 228 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 229 Qualcomm Technologies Inc TLMM block found on the Qualcomm 230 Technologies Inc SDM845 platform. 231 | 1# SPDX-License-Identifier: GPL-2.0-only 2if (ARCH_QCOM || COMPILE_TEST) 3 4config PINCTRL_MSM 5 tristate "Qualcomm core pin controller driver" 6 depends on QCOM_SCM || !QCOM_SCM #if QCOM_SCM=m this can't be =y 7 select PINMUX 8 select PINCONF --- 215 unchanged lines hidden (view full) --- 224 tristate "Qualcomm Technologies Inc SDM845 pin controller driver" 225 depends on GPIOLIB && (OF || ACPI) 226 depends on PINCTRL_MSM 227 help 228 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 229 Qualcomm Technologies Inc TLMM block found on the Qualcomm 230 Technologies Inc SDM845 platform. 231 |
232config PINCTRL_SDX55 233 tristate "Qualcomm Technologies Inc SDX55 pin controller driver" 234 depends on GPIOLIB && OF 235 select PINCTRL_MSM 236 help 237 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 238 Qualcomm Technologies Inc TLMM block found on the Qualcomm 239 Technologies Inc SDX55 platform. 240 |
|
232config PINCTRL_SM8150 233 tristate "Qualcomm Technologies Inc SM8150 pin controller driver" 234 depends on GPIOLIB && OF 235 depends on PINCTRL_MSM 236 help 237 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 238 Qualcomm Technologies Inc TLMM block found on the Qualcomm 239 Technologies Inc SM8150 platform. 240 241config PINCTRL_SM8250 242 tristate "Qualcomm Technologies Inc SM8250 pin controller driver" 243 depends on GPIOLIB && OF 244 depends on PINCTRL_MSM 245 help 246 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 247 Qualcomm Technologies Inc TLMM block found on the Qualcomm 248 Technologies Inc SM8250 platform. 249 250endif | 241config PINCTRL_SM8150 242 tristate "Qualcomm Technologies Inc SM8150 pin controller driver" 243 depends on GPIOLIB && OF 244 depends on PINCTRL_MSM 245 help 246 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 247 Qualcomm Technologies Inc TLMM block found on the Qualcomm 248 Technologies Inc SM8150 platform. 249 250config PINCTRL_SM8250 251 tristate "Qualcomm Technologies Inc SM8250 pin controller driver" 252 depends on GPIOLIB && OF 253 depends on PINCTRL_MSM 254 help 255 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 256 Qualcomm Technologies Inc TLMM block found on the Qualcomm 257 Technologies Inc SM8250 platform. 258 259endif |