about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/dnyarri-kconf.nix1
-rw-r--r--machines/aszlig/mmrnmhrm-kconf.nix1
-rw-r--r--machines/aszlig/tishtushi.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/machines/aszlig/dnyarri-kconf.nix b/machines/aszlig/dnyarri-kconf.nix
index 8e5f4928..9e0e6a20 100644
--- a/machines/aszlig/dnyarri-kconf.nix
+++ b/machines/aszlig/dnyarri-kconf.nix
@@ -228,7 +228,6 @@
   "CONFIG_IOSCHED_CFQ" = "y";
   "CONFIG_CFQ_GROUP_IOSCHED" = "y";
   "CONFIG_IOSCHED_BFQ" = "y";
-  "CONFIG_CGROUP_BFQIO" = "y";
   "CONFIG_DEFAULT_BFQ" = "y";
   "CONFIG_DEFAULT_IOSCHED" = "bfq";
   "CONFIG_PREEMPT_NOTIFIERS" = "y";
diff --git a/machines/aszlig/mmrnmhrm-kconf.nix b/machines/aszlig/mmrnmhrm-kconf.nix
index 07a5835e..a5dc0410 100644
--- a/machines/aszlig/mmrnmhrm-kconf.nix
+++ b/machines/aszlig/mmrnmhrm-kconf.nix
@@ -227,7 +227,6 @@
   "CONFIG_IOSCHED_CFQ" = "y";
   "CONFIG_CFQ_GROUP_IOSCHED" = "y";
   "CONFIG_IOSCHED_BFQ" = "y";
-  "CONFIG_CGROUP_BFQIO" = "y";
   "CONFIG_DEFAULT_BFQ" = "y";
   "CONFIG_DEFAULT_IOSCHED" = "bfq";
   "CONFIG_PREEMPT_NOTIFIERS" = "y";
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 3ae2909d..a9042ca3 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -18,7 +18,6 @@ in {
       bfqsched = pkgs.vuizvui.kernelPatches.bfqsched // {
         extraConfig = ''
           IOSCHED_BFQ y
-          CGROUP_BFQIO y
           DEFAULT_BFQ y
           DEFAULT_CFQ n
           DEFAULT_IOSCHED "bfq"