From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] cmd: Add missing dependency to CMD_PMC
Date: Fri, 20 Mar 2026 14:53:45 -0600 [thread overview]
Message-ID: <20260320205345.3789046-1-trini@konsulko.com> (raw)
We cannot build CMD_PMC without ACPI_PMC, so add that as a dependency.
Signed-off-by: Tom Rini <trini@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
next reply other threads:[~2026-03-20 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 20:53 Tom Rini [this message]
2026-04-03 19:47 ` [PATCH] cmd: Add missing dependency to CMD_PMC Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260320205345.3789046-1-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox