aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-06 21:41:53 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 11:44:10 +0800
commit6c6d88e142e8714ed88d051c524036ff17278390 (patch)
tree9c7924b91b18a043199a844a055922265607f0c6 /drivers/power/Kconfig
parent76ab9f272610c7454f41e5fa059fe425c6b81292 (diff)
downloadu-boot-6c6d88e142e8714ed88d051c524036ff17278390.zip
u-boot-6c6d88e142e8714ed88d051c524036ff17278390.tar.gz
u-boot-6c6d88e142e8714ed88d051c524036ff17278390.tar.bz2
x86: power: Add an ACPI PMC uclass
Intel x86 SoCs have a power manager/controller which handles several power-related aspects of the platform. Add a uclass for this, with a few useful operations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 9495dca..cb2c6fe 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -1,5 +1,7 @@
menu "Power"
+source "drivers/power/acpi_pmc/Kconfig"
+
source "drivers/power/domain/Kconfig"
source "drivers/power/pmic/Kconfig"