From: hauke Date: Tue, 10 Nov 2015 23:21:10 +0000 (+0000) Subject: kernel: add missing config options X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=697f83789bed6c798a0dece8cddddd5f1080ea28 kernel: add missing config options This was seen by the buildbot on arm64. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47452 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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