zephyr/modules/acpica/Kconfig
Najumon B.A b86b4b96a1 lib: acpi: update DSDT Kconfig with condition enable
update DSDT_SUPPORT Kconfig with condition enable only if both
ACPI and PCI enabled

Signed-off-by: Najumon B.A <najumon.ba@intel.com>
2023-10-06 10:40:14 +02:00

20 lines
296 B
Plaintext

# Copyright (c) 2023 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
menu "ACPI driver support"
config ACPI
bool
if ACPI
config ACPI_DSDT_SUPPORT
bool "Build source code for DSDT ACPICA support"
default y if PCIE
help
Build source code for DSDT support
endif #ACPI
endmenu