mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
cmd: Add missing dependency to CMD_PMC
We cannot build CMD_PMC without ACPI_PMC, so add that as a dependency. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
70b5afb905
commit
af54c2185e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user