diff options
author | Yixun Lan <dlan@gentoo.org> | 2025-04-24 12:40:49 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2025-04-25 17:35:30 +0300 |
commit | 8ec8b25dde16163a7b54265623e6db66ab9ab0f2 (patch) | |
tree | 80de577a7fae87b08c0129e0120497a1ca92578a | |
parent | 54fe9380a50b66ff0086e2fd7301e05726d7d98f (diff) | |
download | linux-8ec8b25dde16163a7b54265623e6db66ab9ab0f2.tar.xz |
riscv: defconfig: spacemit: enable gpio support for K1 SoC
Enable GPIO support, in order to activate follow-up GPIO LED,
and ethernet reset pin.
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.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 3c8e16d71e17..b8899d59dd34 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -169,6 +169,7 @@ CONFIG_PINCTRL_SOPHGO_SG2002=y CONFIG_PINCTRL_TH1520=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_SIFIVE=y +CONFIG_GPIO_SPACEMIT_K1=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_SENSORS_SFCTEMP=m CONFIG_CPU_THERMAL=y |