ANDROID: Kconfig.gki: Add PINCTRL_MSM to QCOM Hidden configs
This allows pinctrl drivers to work as a module on qcom hardware Change-Id: I6df13dd45985751afcdaa7c27c3674f06bbbc083 Bug: 146449535 Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
parent
b86866925b
commit
609922b0a1
|
@ -50,6 +50,7 @@ config GKI_HIDDEN_GPIO_CONFIGS
|
|||
config GKI_HIDDEN_QCOM_CONFIGS
|
||||
bool "Hidden QCOM configs needed for GKI"
|
||||
select QCOM_SMEM_STATE
|
||||
select PINCTRL_MSM if (PINCTRL && ARCH_QCOM)
|
||||
help
|
||||
Dummy config option used to enable hidden QCOM configs.
|
||||
These are normally selected implicitely when a module
|
||||
|
|
Loading…
Reference in New Issue