diff options
author | Marc Gonzalez <marc.w.gonzalez@free.fr> | 2018-11-09 02:03:20 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-13 03:05:10 +0100 |
commit | 3cf9e6d0095479dee5748c441da876995c97354f (patch) | |
tree | 1738cd0d81843cfff31cabca3046a5ef1bdb0795 /arch | |
parent | arm64: defconfig: Regenerate for v4.20 (diff) | |
download | linux-3cf9e6d0095479dee5748c441da876995c97354f.tar.xz linux-3cf9e6d0095479dee5748c441da876995c97354f.zip |
arm64: defconfig: Replace PINCTRL_MT7622 with PINCTRL_MTK_MOORE
Commit e78d57b2f87c ("pinctrl: mediatek: add pinctrl-moore that
implements the generic pinctrl dt-bindings") made PINCTRL_MT7622
depend on PINCTRL_MTK_MOORE, so it fell off in the refresh.
Add MTK_MOORE, which automatically enables MT7622.
Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
[olof: refresh and minor commit message reword]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-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 6c3838784dc1..d0724d4e0546 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -374,6 +374,7 @@ CONFIG_PINCTRL_QCS404=y CONFIG_PINCTRL_QDF2XXX=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PINCTRL_SDM845=y +CONFIG_PINCTRL_MTK_MOORE=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_MB86S7X=y CONFIG_GPIO_PL061=y |