sched: Enable CFS_BANDWIDTH (Closes: #802746)

This commit is contained in:
Ben Hutchings 2015-12-13 00:32:29 +00:00
parent 8b24f6f292
commit 0eb4bd660e
3 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Wed, 09 Dec 2015 23:20:32 +0000

View File

@ -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

View File

@ -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