diff options
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-4.14 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 4a44952727..ee4fe40e14 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -654,7 +654,7 @@ CONFIG_CMDLINE="" # CONFIG_COMMON_CLK_QCOM is not set # CONFIG_COMMON_CLK_SI5351 is not set # CONFIG_COMMON_CLK_SI570 is not set -# CONFIG_COMPACTION is not set +CONFIG_COMPACTION=y # CONFIG_COMPAL_LAPTOP is not set # CONFIG_COMPAT_BRK is not set # CONFIG_COMPILE_TEST is not set diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index c9705d1a9f..02a8fa623c 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -811,7 +811,7 @@ CONFIG_CMDLINE="" # CONFIG_COMMON_CLK_VERSATILE is not set # CONFIG_COMMON_CLK_XGENE is not set # CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set -# CONFIG_COMPACTION is not set +CONFIG_COMPACTION=y # CONFIG_COMPAL_LAPTOP is not set # CONFIG_COMPAT_BRK is not set # CONFIG_COMPILE_TEST is not set diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 5153ef6755..979028f04a 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -764,7 +764,7 @@ CONFIG_CMDLINE="" # CONFIG_COMMON_CLK_SI5351 is not set # CONFIG_COMMON_CLK_SI570 is not set # CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set -# CONFIG_COMPACTION is not set +CONFIG_COMPACTION=y # CONFIG_COMPAL_LAPTOP is not set # CONFIG_COMPAT_BRK is not set # CONFIG_COMPILE_TEST is not set |