Loading drivers/pinctrl/qcom/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -212,4 +212,15 @@ config PINCTRL_LAHAINA Say Y here to compile statically, or M here to compile it as a module. If unsure, say N. config PINCTRL_SHIMA tristate "Qualcomm Technologies Inc SHIMA pin controller driver" depends on GPIOLIB && OF select PINCTRL_MSM help This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM) block found on the Qualcomm Technologies Inc SHIMA platform. Say Y here to compile statically, or M here to compile it as a module. If unsure, say N. endif drivers/pinctrl/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -25,3 +25,4 @@ obj-$(CONFIG_PINCTRL_SDM660) += pinctrl-sdm660.o obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o Loading
drivers/pinctrl/qcom/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -212,4 +212,15 @@ config PINCTRL_LAHAINA Say Y here to compile statically, or M here to compile it as a module. If unsure, say N. config PINCTRL_SHIMA tristate "Qualcomm Technologies Inc SHIMA pin controller driver" depends on GPIOLIB && OF select PINCTRL_MSM help This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM) block found on the Qualcomm Technologies Inc SHIMA platform. Say Y here to compile statically, or M here to compile it as a module. If unsure, say N. endif
drivers/pinctrl/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -25,3 +25,4 @@ obj-$(CONFIG_PINCTRL_SDM660) += pinctrl-sdm660.o obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o