diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-06-17 11:18:02 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-24 23:36:33 -0400 |
commit | f1a176f25aec6a2602040c62e09375596f4dc1a0 (patch) | |
tree | e0bf670cec21694125fcc86ffc6c4a15b50fd311 | |
parent | 28f049df25f9a5dfcbb1e7a11f439c8b1756a205 (diff) |
arm64: defconfig: enable msm8996 pinctrl support
This patch enables pinctrl support required to boot msm8996/apq8096
boards.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 62ca1e4d9c76..0f19eed6f75c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -188,6 +188,7 @@ CONFIG_SPI_SPIDEV=m | |||
188 | CONFIG_SPMI=y | 188 | CONFIG_SPMI=y |
189 | CONFIG_PINCTRL_SINGLE=y | 189 | CONFIG_PINCTRL_SINGLE=y |
190 | CONFIG_PINCTRL_MSM8916=y | 190 | CONFIG_PINCTRL_MSM8916=y |
191 | CONFIG_PINCTRL_MSM8996=y | ||
191 | CONFIG_PINCTRL_QCOM_SPMI_PMIC=y | 192 | CONFIG_PINCTRL_QCOM_SPMI_PMIC=y |
192 | CONFIG_GPIO_SYSFS=y | 193 | CONFIG_GPIO_SYSFS=y |
193 | CONFIG_GPIO_DWAPB=y | 194 | CONFIG_GPIO_DWAPB=y |