[arm64] ACPI: Change ACPI_NFIT from built-in to module

Geoff Levand wrote:
> Commit ed497f3cb7 (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.
This commit is contained in:
Ben Hutchings 2018-09-21 18:03:35 +01:00
parent 612bd4493b
commit 7fc1bf289c
2 changed files with 1 additions and 5 deletions

1
debian/changelog vendored
View File

@ -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.

View File

@ -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
##