From: Mark Langsdorf mlangsdo@redhat.com
redhat/configs: enable ChromeOS ACPI driver
Provide a device interface for exporting ACPI data on x86 Chromebooks.
Signed-off-by: Mark Langsdorf mlangsdo@redhat.com
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_CHROMEOS_ACPI b/redhat/configs/ark/generic/arm/aarch64/CONFIG_CHROMEOS_ACPI new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_CHROMEOS_ACPI @@ -0,0 +1 @@ +CONFIG_CHROMEOS_ACPI=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1175183...
NAK, you say enable it for x86 yet the commit is actually doing it for aarch64. There aren't any ACPI aarch64, only x86. Also this is already enabled in Fedora so probably should do it in common.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1175190...
I am not so worried about the common bit, we have a script that consolidates matching ark and fedora entries into common which is run periodically.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1237148...
@mlangsdorf Can you respond to this? Was the config file put in the wrong place or does the description need to be updated?
From: Mark Langsdorf on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1237509...
Moved it to generic and reworded the description to make it platform neutral.
kernel@lists.fedoraproject.org