lib: acpi: added acpi support using acpica lib

Add ACPI support for Zephyr using acpica open source
project. ACPI subsystem use to discover and configure
hardware components, perform power management (e.g. putting
unused hardware components to sleep), auto configuration (e.g.
Plug and Play and hot swapping) etc.

Signed-off-by: Najumon Ba <najumon.ba@intel.com>
This commit is contained in:
Najumon Ba 2023-03-30 12:46:11 +05:30 committed by Johan Hedberg
commit f25dfcf88c
8 changed files with 1117 additions and 1 deletions

View file

@ -82,5 +82,4 @@ source "drivers/watchdog/Kconfig"
source "drivers/wifi/Kconfig"
source "drivers/xen/Kconfig"
source "drivers/sip_svc/Kconfig"
endmenu