File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ config PINCTRL_GLYMUR
3535 Say Y here to compile statically, or M here to compile it as a module.
3636 If unsure, say N.
3737
38+ config PINCTRL_HAWI
39+ tristate "Qualcomm Technologies Inc Hawi pin controller driver"
40+ depends on ARM64 || COMPILE_TEST
41+ help
42+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
43+ Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM)
44+ block found on the Qualcomm Technologies Inc Hawi platform.
45+ Say Y here to compile statically, or M here to compile it as a module.
46+ If unsure, say N.
47+
3848config PINCTRL_IPQ4019
3949 tristate "Qualcomm IPQ4019 pin controller driver"
4050 depends on ARM || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
55obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
66obj-$(CONFIG_PINCTRL_ELIZA) += pinctrl-eliza.o
77obj-$(CONFIG_PINCTRL_GLYMUR) += pinctrl-glymur.o
8+ obj-$(CONFIG_PINCTRL_HAWI) += pinctrl-hawi.o
89obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
910obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
1011obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
You can’t perform that action at this time.
0 commit comments