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:
parent
90347583ac
commit
f25dfcf88c
8 changed files with 1117 additions and 1 deletions
|
@ -82,5 +82,4 @@ source "drivers/watchdog/Kconfig"
|
|||
source "drivers/wifi/Kconfig"
|
||||
source "drivers/xen/Kconfig"
|
||||
source "drivers/sip_svc/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue