diff options
author | 2024-10-14 13:53:15 -0700 | |
---|---|---|
committer | 2024-10-16 07:21:26 -0700 | |
commit | 5fb0ecf73e7ad59e7b3e4cd47a3d1a67eaa200af (patch) | |
tree | 4bb11b835e37c87bec74c9a17211e167053f0685 | |
parent | Merge patch series "riscv: Per-thread envcfg CSR support" (diff) | |
download | wireguard-linux-5fb0ecf73e7ad59e7b3e4cd47a3d1a67eaa200af.tar.xz wireguard-linux-5fb0ecf73e7ad59e7b3e4cd47a3d1a67eaa200af.zip |
riscv: defconfig: enable gpio support for TH1520
Enable gpio-dwapb driver which is used by TH1520-based boards like the
BeagleV Ahead and the Sipeed LicheePi 4A.
Signed-off-by: Drew Fustini <drew@pdp7.com>
Link: https://lore.kernel.org/r/20241014205315.1349391-1-drew@pdp7.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 2341393cfac1..cfc887a7243d 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -167,6 +167,7 @@ CONFIG_PINCTRL_SOPHGO_CV1800B=y CONFIG_PINCTRL_SOPHGO_CV1812H=y CONFIG_PINCTRL_SOPHGO_SG2000=y CONFIG_PINCTRL_SOPHGO_SG2002=y +CONFIG_GPIO_DWAPB=y CONFIG_GPIO_SIFIVE=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_SENSORS_SFCTEMP=m |