git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d1ce8
)
power: Correct dependencies on POWER_LEGACY
author
Tom Rini
<trini@konsulko.com>
Fri, 4 Jul 2025 21:50:20 +0000
(15:50 -0600)
committer
Tom Rini
<trini@konsulko.com>
Sun, 31 Aug 2025 15:32:17 +0000
(09:32 -0600)
The POWER_LEGACY option functionally depends on not having DM_PMIC
enabled, so add that here.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/power/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/power/Kconfig
b/drivers/power/Kconfig
index
eed6505
..
fd1c871
100644
(file)
--- a/
drivers/power/Kconfig
+++ b/
drivers/power/Kconfig
@@
-15,6
+15,7
@@
if POWER
config POWER_LEGACY
bool "Legacy power support"
+ depends on !DM_PMIC
help
Note: This is a legacy option. Use DM_PMIC instead.