On 21 Oct 2020 17:40, GitLab Bridge on behalf of jeremycline wrote: > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > > Hi, > > As part of the ongoing rebase effort, the following configuration > options need to be reviewed. > > As a reminder, the ARK configuration flow involves moving unreviewed > configuration options from the pending directory to the ark directory. > In the diff below, options are removed from the pending directory and > added to the ark hierarchy. The final options that need to be ACKed > are the files that are being added to the ark hierarchy. > > If the value for a file that is added should be changed, please reply > with a better option. > > CONFIG_EFI_CUSTOM_SSDT_OVERLAYS: > > Allow loading of an ACPI SSDT overlay from an EFI variable specified > by a kernel command line option. > > See Documentation/admin-guide/acpi/ssdt-overlays.rst for more > information. > > Symbol: EFI_CUSTOM_SSDT_OVERLAYS [=y] > Type : bool > Defined at drivers/firmware/efi/Kconfig:282 > Prompt: Load custom ACPI SSDT overlay from an EFI variable > Depends on: EFI_VARS [=y] && ACPI [=y] > Location: > -> Firmware Drivers > > Cc: Lenny Szubowicz <lszubowi@xxxxxxxxxx> > Cc: David Arcari <darcari@xxxxxxxxxx> > Cc: Mark Langsdorf <mlangsdo@xxxxxxxxxx> > --- > .../generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS | 1 + > .../generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS | 19 ------------------- > 2 files changed, 1 insertion(+), 19 deletions(-) > create mode 100644 redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > > diff --git a/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS b/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > new file mode 100644 > index 000000000000..e2c7e30e6b05 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > @@ -0,0 +1 @@ > +CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y > diff --git a/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS b/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > deleted file mode 100644 > index fc032cb4eb88..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS > +++ /dev/null > @@ -1,19 +0,0 @@ > -# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS: > -# > -# Allow loading of an ACPI SSDT overlay from an EFI variable specified > -# by a kernel command line option. > -# > -# See Documentation/admin-guide/acpi/ssdt-overlays.rst for more > -# information. > -# > -# Symbol: EFI_CUSTOM_SSDT_OVERLAYS [=y] > -# Type : bool > -# Defined at drivers/firmware/efi/Kconfig:282 > -# Prompt: Load custom ACPI SSDT overlay from an EFI variable > -# Depends on: EFI_VARS [=y] && ACPI [=y] > -# Location: > -# -> Firmware Drivers > -# > -# > -# > -CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y > -- > GitLab > _______________________________________________ > kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx This is a weird one that could have gone in drivers/firmware or in driver/acpi. Acked-by: Al Stone <ahs3@xxxxxxxxxx> -- ciao, al ----------------------------------- Al Stone Software Engineer Red Hat, Inc. ahs3@xxxxxxxxxx ----------------------------------- _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx