mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <trini@konsulko.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user