diff --git a/debian/changelog b/debian/changelog index c1d2e6cf9..f3cf57a49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ linux (4.3.1-1~exp1) UNRELEASED; urgency=medium - dts: Split audio configuration to separate exynos5422-odroidxu3-audio - dts: Add support Odroid XU4 board for exynos5422-odroidxu4 * udeb: Add hid-chicony to input-modules (Closes: #766570) + * sched: Enable CFS_BANDWIDTH (Closes: #802746) -- Ben Hutchings Wed, 09 Dec 2015 23:20:32 +0000 diff --git a/debian/config/armel/config-reduced b/debian/config/armel/config-reduced index 7392e0dc9..c6d10b210 100644 --- a/debian/config/armel/config-reduced +++ b/debian/config/armel/config-reduced @@ -27,6 +27,7 @@ CONFIG_IOSCHED_DEADLINE=m ## #. Saves about 7K # CONFIG_MEMCG is not set +# CONFIG_CFS_BANDWIDTH is not set # CONFIG_CHECKPOINT_RESTORE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_PROFILING is not set diff --git a/debian/config/config b/debian/config/config index aef085974..a2144ed9a 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5225,7 +5225,7 @@ CONFIG_MEMCG_SWAP=y CONFIG_CGROUP_PERF=y CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y -# CONFIG_CFS_BANDWIDTH is not set +CONFIG_CFS_BANDWIDTH=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_BLK_CGROUP=y # CONFIG_DEBUG_BLK_CGROUP is not set