f25dfcf88c
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>
22 lines
331 B
Plaintext
22 lines
331 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
source "lib/cpp/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/hash/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
source "lib/smf/Kconfig"
|
|
|
|
source "lib/acpi/Kconfig"
|
|
endmenu
|