diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-06-01 04:54:56 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-24 23:34:52 -0400 |
commit | 600430882ebbaee7e795d1338939407af067a691 (patch) | |
tree | 6119fe1f4cbf41050ce96684f9c8d28c9d8c89d4 | |
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>
-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 | |||
103 | CONFIG_PINCTRL_APQ8064=y | 103 | CONFIG_PINCTRL_APQ8064=y |
104 | CONFIG_PINCTRL_APQ8084=y | 104 | CONFIG_PINCTRL_APQ8084=y |
105 | CONFIG_PINCTRL_IPQ8064=y | 105 | CONFIG_PINCTRL_IPQ8064=y |
106 | CONFIG_PINCTRL_MSM8660=y | ||
106 | CONFIG_PINCTRL_MSM8960=y | 107 | CONFIG_PINCTRL_MSM8960=y |
107 | CONFIG_PINCTRL_MSM8X74=y | 108 | CONFIG_PINCTRL_MSM8X74=y |
108 | CONFIG_PINCTRL_QCOM_SPMI_PMIC=y | 109 | CONFIG_PINCTRL_QCOM_SPMI_PMIC=y |