Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

if (CONFIG_ARCH_QCOM || CONFIG_COMPILE_TEST)

config CONFIG_PINCTRL_MSM
	bool
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF
	select CONFIG_GPIOLIB_IRQCHIP

config CONFIG_PINCTRL_APQ8064
	tristate "Qualcomm APQ8064 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm APQ8064 platform.

config CONFIG_PINCTRL_APQ8084
	tristate "Qualcomm APQ8084 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm APQ8084 platform.

config CONFIG_PINCTRL_IPQ4019
	tristate "Qualcomm IPQ4019 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.

config CONFIG_PINCTRL_IPQ8064
	tristate "Qualcomm IPQ8064 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.

config CONFIG_PINCTRL_MSM8660
	tristate "Qualcomm 8660 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 8660 platform.

config CONFIG_PINCTRL_MSM8960
	tristate "Qualcomm 8960 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 8960 platform.

config CONFIG_PINCTRL_MDM9615
	tristate "Qualcomm 9615 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 9615 platform.

config CONFIG_PINCTRL_MSM8X74
	tristate "Qualcomm 8x74 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 8974 platform.

config CONFIG_PINCTRL_MSM8916
	tristate "Qualcomm 8916 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found on the Qualcomm 8916 platform.

config CONFIG_PINCTRL_MSM8994
	tristate "Qualcomm 8994 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 8994 platform. The
	  Qualcomm 8992 platform is also supported by this driver.

config CONFIG_PINCTRL_MSM8996
	tristate "Qualcomm MSM8996 pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_OF
	select CONFIG_PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm MSM8996 platform.

config CONFIG_PINCTRL_QDF2XXX
	tristate "Qualcomm Technologies QDF2xxx pin controller driver"
	depends on CONFIG_GPIOLIB && CONFIG_ACPI
	select CONFIG_PINCTRL_MSM
	help
	  This is the GPIO driver for the TLMM block found on the
	  Qualcomm Technologies QDF2xxx SOCs.

config CONFIG_PINCTRL_QCOM_SPMI_PMIC
       tristate "Qualcomm SPMI PMIC pin controller driver"
       depends on CONFIG_GPIOLIB && CONFIG_OF && CONFIG_SPMI
       select CONFIG_REGMAP_SPMI
       select CONFIG_PINMUX
       select CONFIG_PINCONF
       select CONFIG_GENERIC_PINCONF
       help
         This is the pinctrl, pinmux, pinconf and gpiolib driver for the
         Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
         which are using CONFIG_SPMI for communication with SoC. Example PMIC's
         devices are pm8841, pm8941 and pma8084.

config CONFIG_PINCTRL_QCOM_SSBI_PMIC
       tristate "Qualcomm SSBI PMIC pin controller driver"
       depends on CONFIG_GPIOLIB && CONFIG_OF
       select CONFIG_PINMUX
       select CONFIG_PINCONF
       select CONFIG_GENERIC_PINCONF
       help
         This is the pinctrl, pinmux, pinconf and gpiolib driver for the
         Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
         which are using SSBI for communication with SoC. Example PMIC's
         devices are pm8058 and pm8921.

endif