From 43bd09fbb8c0d213f57173222fa0132636f78403 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 29 Jun 2020 13:52:49 -0500 Subject: Config updates Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_ACPI_TABLE_UPGRADE | 1 + configs/fedora/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS | 1 + configs/fedora/generic/arm/aarch64/CONFIG_ACPI_TABLE_UPGRADE | 1 - configs/fedora/generic/x86/CONFIG_ACPI_TABLE_UPGRADE | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 configs/fedora/generic/CONFIG_ACPI_TABLE_UPGRADE create mode 100644 configs/fedora/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS delete mode 100644 configs/fedora/generic/arm/aarch64/CONFIG_ACPI_TABLE_UPGRADE delete mode 100644 configs/fedora/generic/x86/CONFIG_ACPI_TABLE_UPGRADE diff --git a/configs/fedora/generic/CONFIG_ACPI_TABLE_UPGRADE b/configs/fedora/generic/CONFIG_ACPI_TABLE_UPGRADE new file mode 100644 index 000000000..3ac21bf3a --- /dev/null +++ b/configs/fedora/generic/CONFIG_ACPI_TABLE_UPGRADE @@ -0,0 +1 @@ +# CONFIG_ACPI_TABLE_UPGRADE is not set diff --git a/configs/fedora/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS b/configs/fedora/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS new file mode 100644 index 000000000..7a9c706fb --- /dev/null +++ b/configs/fedora/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS @@ -0,0 +1 @@ +# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_TABLE_UPGRADE b/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_TABLE_UPGRADE deleted file mode 100644 index 276233fba..000000000 --- a/configs/fedora/generic/arm/aarch64/CONFIG_ACPI_TABLE_UPGRADE +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ACPI_TABLE_UPGRADE=y diff --git a/configs/fedora/generic/x86/CONFIG_ACPI_TABLE_UPGRADE b/configs/fedora/generic/x86/CONFIG_ACPI_TABLE_UPGRADE deleted file mode 100644 index 276233fba..000000000 --- a/configs/fedora/generic/x86/CONFIG_ACPI_TABLE_UPGRADE +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ACPI_TABLE_UPGRADE=y -- cgit