diff options
| author | Tom Rini <[email protected]> | 2025-07-04 15:50:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-31 09:32:17 -0600 |
| commit | 31a309ff3eca5a9bb4fa8228d5270d792e7e0522 (patch) | |
| tree | 8beff113b61ef704373d68ddacabebfacb547ebf /drivers/power | |
| parent | 59d1ce83dd0be471d61e733b9b9c921a79a207f4 (diff) | |
power: Correct dependencies on POWER_LEGACY
The POWER_LEGACY option functionally depends on not having DM_PMIC
enabled, so add that here.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/power')
| -rw-r--r-- | drivers/power/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index eed65058e66..fd1c871f0db 100644 --- 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. |
