diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index f6702eadaf..6a0209dad3 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -613,6 +613,12 @@ config COMMON_FADT bool default n +config ACPI_NHLT + bool + default n + help + Build support for NHLT (non HD Audio) ACPI table generation. + #These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu. |