diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-06-01 10:54:56 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-24 22:34:52 -0500 |
commit | 600430882ebbaee7e795d1338939407af067a691 (patch) | |
tree | 6119fe1f4cbf41050ce96684f9c8d28c9d8c89d4 /arch/arm/configs | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ARM: defconfig: enable the MSM8660 pin controller
After enabling this I get pins, GPIO, keys and everything on
the MSM8660 surf (APQ8660 DragonBoard).
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 7bff7bf24a85..dddb917f7ea9 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -103,6 +103,7 @@ CONFIG_SPMI=y CONFIG_PINCTRL_APQ8064=y CONFIG_PINCTRL_APQ8084=y CONFIG_PINCTRL_IPQ8064=y +CONFIG_PINCTRL_MSM8660=y CONFIG_PINCTRL_MSM8960=y CONFIG_PINCTRL_MSM8X74=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y |