diff options
| author | Tom Rini <[email protected]> | 2025-08-04 15:51:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-31 09:32:17 -0600 |
| commit | 384079802a3eec3fff9578903285acc93ceda76f (patch) | |
| tree | 8806ac76a1c2877cb6ad539b4a497910dcee8556 /drivers | |
| parent | 9d875d674ff830a6036153a4c390c75267e775b6 (diff) | |
power: Tighten some power driver dependencies
The MediaTek mt6323 power driver cannot build without access to some
platform specific header files. Express that requirements in Kconfig as
well.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -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 fd1c871f0db..d17337c0c3f 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -463,6 +463,7 @@ config TWL4030_POWER config POWER_MT6323 bool "Poweroff driver for mediatek mt6323" + depends on ARCH_MEDIATEK select CMD_POWEROFF help This adds poweroff driver for mt6323 |
