1# Copyright (c) 2023 Intel Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4menu "ACPI driver support"
5
6config ACPI
7	bool
8
9if ACPI
10
11config ACPI_DSDT_SUPPORT
12	bool  "Build source code for DSDT ACPICA support"
13	default y if PCIE
14	help
15	  Build source code for DSDT support
16
17endif #ACPI
18
19endmenu
20