diff options
| author | Mark Brown <broonie@kernel.org> | 2026-09-07 12:56:50 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-09-07 12:56:50 +0100 |
| commit | 37740781ca2b90d95f58d129f1c9a64f936d01ac (patch) | |
| tree | bb15c209a95547423737949987357e69587ef775 | |
| parent | 2538364bbea6b096e77a62d7096ffae916fe07c0 (diff) | |
| parent | 3b54dbd119805361695cb50ca6a875f4c7518b74 (diff) | |
| download | linux-next-37740781ca2b90d95f58d129f1c9a64f936d01ac.tar.gz linux-next-37740781ca2b90d95f58d129f1c9a64f936d01ac.zip | |
Merge branch 'pwrseq/for-current' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
| -rw-r--r-- | drivers/power/sequencing/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/power/sequencing/Kconfig b/drivers/power/sequencing/Kconfig index 1c5f5820f5b7..226c62704d9b 100644 --- a/drivers/power/sequencing/Kconfig +++ b/drivers/power/sequencing/Kconfig @@ -29,7 +29,8 @@ config POWER_SEQUENCING_QCOM_WCN config POWER_SEQUENCING_TH1520_GPU tristate "T-HEAD TH1520 GPU power sequencing driver" - depends on (ARCH_THEAD && AUXILIARY_BUS) || COMPILE_TEST + depends on ARCH_THEAD || COMPILE_TEST + select AUXILIARY_BUS help Say Y here to enable the power sequencing driver for the TH1520 SoC GPU. This driver handles the complex clock and reset sequence |
