[PATCH v2 1/3] power: domain: ti: Enable single config for power domain
Udit Kumar
u-kumar1 at ti.com
Tue Sep 12 15:06:44 CEST 2023
TI SOC has two power domain TI_SCI_POWER_DOMAIN and
TI_POWER_DOMAIN. These are mutually exclusive.
So adding rule to select one, in case defconfig enabled both.
Suggested-by: Nishanth Menon <nm at ti.com>
Signed-off-by: Udit Kumar <u-kumar1 at ti.com>
---
drivers/power/domain/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/domain/Kconfig b/drivers/power/domain/Kconfig
index 411c210756..30c358fb88 100644
--- a/drivers/power/domain/Kconfig
+++ b/drivers/power/domain/Kconfig
@@ -92,7 +92,7 @@ config TEGRA186_POWER_DOMAIN
config TI_SCI_POWER_DOMAIN
bool "Enable the TI SCI-based power domain driver"
- depends on POWER_DOMAIN && TI_SCI_PROTOCOL
+ depends on POWER_DOMAIN && TI_SCI_PROTOCOL && !TI_POWER_DOMAIN
help
Generic power domain implementation for TI devices implementing the
TI SCI protocol.
--
2.34.1
More information about the U-Boot
mailing list