diff options
| author | Marek Szyprowski <m.szyprowski@samsung.com> | 2026-06-08 09:41:04 +0200 |
|---|---|---|
| committer | Drew Fustini <fustini@kernel.org> | 2026-07-20 22:05:33 -0700 |
| commit | 020e209272bee0b8add8cba21125e4744f034b26 (patch) | |
| tree | a90247d88d29c551b06b3ac0e905bce18342149c | |
| parent | dc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff) | |
| download | linux-next-020e209272bee0b8add8cba21125e4744f034b26.tar.gz linux-next-020e209272bee0b8add8cba21125e4744f034b26.zip | |
riscv: defconfig: thead: enable PCA953X GPIO driver
Enable PCA953X GPIO driver to properly probe Wifi pwrseq driver on
LicheePi4a board.
Reviewed-by: Drew Fustini <fustini@kernel.org>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Drew Fustini <fustini@kernel.org>
| -rw-r--r-- | arch/riscv/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 74ba5acc12a4..472e03eaebb0 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -174,6 +174,8 @@ CONFIG_PINCTRL_SOPHGO_SG2002=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_SIFIVE=y CONFIG_GPIO_SPACEMIT_K1=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCA953X_IRQ=y CONFIG_POWER_RESET_GPIO_RESTART=y CONFIG_SENSORS_SFCTEMP=m CONFIG_CPU_THERMAL=y |
