From 7fc1bf289c5dca6904af58c3a9d6f208550bc2a6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 21 Sep 2018 18:03:35 +0100 Subject: [PATCH] [arm64] ACPI: Change ACPI_NFIT from built-in to module Geoff Levand wrote: > Commit ed497f3cb706d0e0f63844b064d9ebbf6f33b052 (Add server and > 96boards options) added an arm64 specific CONFIG_ACPI_NFIT=y, > overriding the default of =m, but the commit message mentions > nothing about why this was done. > > Remove the arm64 specific setting and use the default of module > build. Unlike Geoff's patch, this removes the explicit setting for arm64. --- debian/changelog | 1 + debian/config/arm64/config | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d110c43cd..58ca6c85c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ linux (4.18.8-2) UNRELEASED; urgency=medium [ Ben Hutchings ] * drivers/net/ethernet: Ignore ABI changes (fixes FTBFS on arm64, armhf) + * [arm64] ACPI: Change ACPI_NFIT from built-in to module [ Yves-Alexis Perez ] * [x86] enable PINCTRL_AMD for touchpad support on Lenovo IdeaPad. diff --git a/debian/config/arm64/config b/debian/config/arm64/config index d14f3ff13..487f92394 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -68,11 +68,6 @@ CONFIG_ARCH_XGENE=y CONFIG_ACPI=y CONFIG_ACPI_NUMA=y -## -## file: drivers/acpi/nfit/Kconfig -## -CONFIG_ACPI_NFIT=y - ## ## file: drivers/android/Kconfig ##