[PATCH] cmd: Add missing dependency to CMD_PMC

Tom Rini trini at konsulko.com
Fri Mar 20 21:53:45 CET 2026


We cannot build CMD_PMC without ACPI_PMC, so add that as a dependency.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index e96b76cc8a86..bf47b440756c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -223,6 +223,7 @@ config CMD_LICENSE
 
 config CMD_PMC
 	bool "pmc"
+	depends on ACPI_PMC
 	help
 	  Provides access to the Intel Power-Management Controller (PMC) so
 	  that its state can be examined. This does not currently support
-- 
2.43.0



More information about the U-Boot mailing list