From: Inochi Amaoto Date: Fri, 30 Aug 2024 08:57:38 +0000 (+0800) Subject: riscv: defconfig: Enable pinctrl support for CV18XX Series SoC X-Git-Tag: v6.12-rc1~186^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72160ec6cb12613663f26d89049b95f8dc9fa000;p=thirdparty%2Fkernel%2Flinux.git riscv: defconfig: Enable pinctrl support for CV18XX Series SoC Enable pinctrl driver for the whole CV18XX series. Signed-off-by: Inochi Amaoto Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d43a028909e5e..ee978cc746735 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -167,6 +167,10 @@ CONFIG_SPI_RSPI=m CONFIG_SPI_SIFIVE=y CONFIG_SPI_SUN6I=y # CONFIG_PTP_1588_CLOCK is not set +CONFIG_PINCTRL_SOPHGO_CV1800B=y +CONFIG_PINCTRL_SOPHGO_CV1812H=y +CONFIG_PINCTRL_SOPHGO_SG2000=y +CONFIG_PINCTRL_SOPHGO_SG2002=y CONFIG_GPIO_SIFIVE=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_SENSORS_SFCTEMP=m