diff options
author | Olof Johansson <olof@lixom.net> | 2018-05-15 23:38:24 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-05-15 23:38:24 +0300 |
commit | bb900f2df48fc231b7b19da1a24a0b3bdb05ef42 (patch) | |
tree | 87cda655d7ce1aa1b9594371e22dc7d65313a1c9 /arch/arm64/configs | |
parent | 51cf0d6c3affe00211fb132d961585a14631d03b (diff) | |
parent | 1e31927aa64545ee97a2a41db9984c9931afc50a (diff) | |
download | linux-bb900f2df48fc231b7b19da1a24a0b3bdb05ef42.tar.xz |
Merge tag 'v4.17-next-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into next/defconfig
enable mt7622 pinctrl to fix boot issue
* tag 'v4.17-next-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-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 a9c27d9cf97e..d3f2d6e1386e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -323,6 +323,7 @@ CONFIG_PINCTRL_MAX77620=y CONFIG_PINCTRL_MSM8916=y CONFIG_PINCTRL_MSM8994=y CONFIG_PINCTRL_MSM8996=y +CONFIG_PINCTRL_MT7622=y CONFIG_PINCTRL_QDF2XXX=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_GPIO_DWAPB=y |