From: Peter Robinson <[email protected]> This is modular on Fedora x86/aarch64 and ARK x86, but it's built-in on ARK aarch64 which doesn't really make sense as it's an ACPI rev4 spec and aarch64 was only supported in ACPI 5.1 (reduced hardware model) so it's likely it's never been supported on shipping hardware so let's make it modular there like everywhere else.
Signed-off-by: Peter Robinson <[email protected]> Cc: Mark Salter <[email protected]> Cc: Al Stone <[email protected]> --- redhat/configs/ark/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER | 1 - .../x86/x86_64 => common/generic}/CONFIG_SENSORS_ACPI_POWER | 0 .../configs/fedora/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER | 1 - redhat/configs/fedora/generic/x86/CONFIG_SENSORS_ACPI_POWER | 1 - 4 files changed, 3 deletions(-) delete mode 100644 redhat/configs/ark/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER rename redhat/configs/{ark/generic/x86/x86_64 => common/generic}/CONFIG_SENSORS_ACPI_POWER (100%) delete mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER delete mode 100644 redhat/configs/fedora/generic/x86/CONFIG_SENSORS_ACPI_POWER diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER b/redhat/configs/ark/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER deleted file mode 100644 index 6d637e9f8873..000000000000 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SENSORS_ACPI_POWER=y diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_SENSORS_ACPI_POWER b/redhat/configs/common/generic/CONFIG_SENSORS_ACPI_POWER similarity index 100% rename from redhat/configs/ark/generic/x86/x86_64/CONFIG_SENSORS_ACPI_POWER rename to redhat/configs/common/generic/CONFIG_SENSORS_ACPI_POWER diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER deleted file mode 100644 index dbb45c01bf2c..000000000000 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_SENSORS_ACPI_POWER +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SENSORS_ACPI_POWER=m diff --git a/redhat/configs/fedora/generic/x86/CONFIG_SENSORS_ACPI_POWER b/redhat/configs/fedora/generic/x86/CONFIG_SENSORS_ACPI_POWER deleted file mode 100644 index dbb45c01bf2c..000000000000 --- a/redhat/configs/fedora/generic/x86/CONFIG_SENSORS_ACPI_POWER +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SENSORS_ACPI_POWER=m -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]
