mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1a695a905c
commit
600430882e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue