2023-03-30 13:47:50 +08:00
|
|
|
# Copyright (c) 2023 Intel Corporation.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-10-04 20:54:07 +08:00
|
|
|
menu "ACPI driver support"
|
|
|
|
|
2023-03-30 13:47:50 +08:00
|
|
|
config ACPI
|
|
|
|
bool
|
|
|
|
|
2023-10-04 20:54:07 +08:00
|
|
|
if ACPI
|
2023-03-30 13:47:50 +08:00
|
|
|
|
2023-07-02 16:34:55 +08:00
|
|
|
config ACPI_DSDT_SUPPORT
|
|
|
|
bool "Build source code for DSDT ACPICA support"
|
|
|
|
default y if PCIE
|
|
|
|
help
|
|
|
|
Build source code for DSDT support
|
|
|
|
|
2023-10-04 20:54:07 +08:00
|
|
|
endif #ACPI
|
|
|
|
|
2023-03-30 13:47:50 +08:00
|
|
|
endmenu
|