From 378d8fde7eb025ab2905a8b275bc58c0fe5d8e28 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 10 Nov 2015 23:21:10 +0000 Subject: [PATCH] kernel: add missing config options This was seen by the buildbot on arm64. Signed-off-by: Hauke Mehrtens SVN-Revision: 47452 --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.1 | 1 + target/linux/generic/config-4.3 | 1 + 3 files changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 8649b8eb67..61a8642d91 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index d5e21ab8e0..8d10eed7cb 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index eb8a6484d6..9e971d629b 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set -- 2.30.2