Skip to content

Commit fcddcb7

Browse files
glaroqueUlf Hansson
authored andcommitted
pmdomain: ti: Select PM_GENERIC_DOMAINS
Select PM_GENERIC_DOMAINS instead of depending on it to ensure it is always enabled when TI_SCI_PM_DOMAINS is selected. Since PM_GENERIC_DOMAINS is an implicit symbol, it can only be enabled through 'select' and cannot be explicitly enabled in configuration. This simplifies the dependency chain and prevents build issues Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20250715-depspmdomain-v2-1-6f0eda3ce824@baylibre.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 73254f4 commit fcddcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pmdomain/ti/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if SOC_TI
1010
config TI_SCI_PM_DOMAINS
1111
tristate "TI SCI PM Domains Driver"
1212
depends on TI_SCI_PROTOCOL
13-
depends on PM_GENERIC_DOMAINS
13+
select PM_GENERIC_DOMAINS if PM
1414
help
1515
Generic power domain implementation for TI device implementing
1616
the TI SCI protocol.

0 commit comments

Comments
 (0)