diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 5fe7b76793..785a3ee94a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -474,6 +474,10 @@ config PER_DEVICE_ACPI_TABLES bool default n +config COMMON_FADT + bool + default n + #These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu. |