diff options
author | Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> | 2021-06-15 08:55:01 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> | 2021-06-15 09:03:32 +0900 |
commit | d1588b22dcbb662d94740489713b8fcfe3c13023 (patch) | |
tree | 149861341917f383277f0d9e2190d266c8a14587 /arch/arm64 | |
parent | 1ba39c2b8b72f29c914a0315161e21bd7444baf6 (diff) | |
download | linux-d1588b22dcbb662d94740489713b8fcfe3c13023.tar.gz linux-d1588b22dcbb662d94740489713b8fcfe3c13023.tar.bz2 linux-d1588b22dcbb662d94740489713b8fcfe3c13023.zip |
arm64: defconfig: Visconti: Enable GPIO
Enable Visconti's GPIO in the ARM64 defconfig.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Diffstat (limited to 'arch/arm64')
-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 882507f4e090..b1528061603f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -530,6 +530,7 @@ CONFIG_GPIO_MXC=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_UNIPHIER=y +CONFIG_GPIO_VISCONTI=y CONFIG_GPIO_WCD934X=m CONFIG_GPIO_XGENE=y CONFIG_GPIO_XGENE_SB=y |