drivers: pinctrl: Add pinctrl support for SDXLEMUR target
Add pinctrl driver support for SDXLEMUR target. Change-Id: I898263789f5d9ddc1a2732b41e125b4031ea24b6 Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
This commit is contained in:
parent
53badd7fe5
commit
bf37651bec
@ -234,4 +234,15 @@ config PINCTRL_HOLI
|
||||
Say Y here to compile statically, or M here to compile it as a module.
|
||||
If unsure, say N.
|
||||
|
||||
config PINCTRL_SDXLEMUR
|
||||
tristate "Qualcomm Technologies Inc SDXLEMUR 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 LEMUR SDX platform.
|
||||
Say Y here to compile statically, or M here to compile it as a module.
|
||||
If unsure, say N.
|
||||
|
||||
endif
|
||||
|
@ -27,3 +27,4 @@ obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o
|
||||
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
|
||||
obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o
|
||||
obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o
|
||||
obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
|
||||
|
1081
drivers/pinctrl/qcom/pinctrl-sdxlemur.c
Normal file
1081
drivers/pinctrl/qcom/pinctrl-sdxlemur.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user