summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-03-05 18:13:25 -0500
committerRicardo Salveti <44008055+ricardosalveti@users.noreply.github.com>2019-04-22 20:13:55 -0300
commit3eb5d6584b3f5f9f91d360acd17a7fc68f0332e8 (patch)
tree85d7aabb22c61437a52ad713796152b67ea0e32e
parentdfef545ea0cabaf456c2dd918459c837dfd8ddce (diff)
iosched: remove configs for removed legacy io schedules
As per commit f382fb0bce [block: remove legacy IO schedulers], the legacy CFQ schedulers have been dropped from the kernel. So we drop them from our base configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--ktypes/base/base.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg
index 2a5bf9a..376730c 100644
--- a/ktypes/base/base.cfg
+++ b/ktypes/base/base.cfg
@@ -23,11 +23,6 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_BLOCK=y
-# IO Schedulers
-CONFIG_IOSCHED_NOOP=y
-CONFIG_IOSCHED_DEADLINE=y
-CONFIG_IOSCHED_CFQ=y
-
# Processor type and features
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y