| bool "Power Manager (x86 PMC) support" |
| Enable support for an x86-style power-management controller which |
| provides features including checking whether the system started from |
| resume, powering off the system and enabling/disabling the reset |
| bool "Power Manager (x86 PMC) support in SPL" |
| Enable support for an x86-style power-management controller which |
| provides features including checking whether the system started from |
| resume, powering off the system and enabling/disabling the reset |
| bool "Power Manager (x86 PMC) support in TPL" |
| Enable support for an x86-style power-management controller which |
| provides features including checking whether the system started from |
| resume, powering off the system and enabling/disabling the reset |
| bool "Test power manager (PMC) for sandbox" |
| depends on ACPI_PMC && SANDBOX |
| This driver emulates a PMC (Power-Management Controller) so that |
| the uclass logic can be tested. You can use the 'pmc' command to |
| access information from the driver. It uses I/O access to read |