diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-10 23:21:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-10 23:21:10 +0000 |
commit | f38dbb89c278e284a5d3684aa559447e7ba20e53 (patch) | |
tree | 32da04c95c81c2df425b72bc0ea59dd6e9fd5dca | |
parent | fa137d51f5cbc678922950a6b06883c1d2141ac2 (diff) | |
download | mtk-20170518-f38dbb89c278e284a5d3684aa559447e7ba20e53.zip mtk-20170518-f38dbb89c278e284a5d3684aa559447e7ba20e53.tar.gz mtk-20170518-f38dbb89c278e284a5d3684aa559447e7ba20e53.tar.bz2 |
kernel: add missing config options
This was seen by the buildbot on arm64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47452
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.3 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 8649b8e..61a8642 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 d5e21ab..8d10eed 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 eb8a648..9e971d6 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 |