Skip to content
Snippets Groups Projects
Verified Commit 3097786e authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: BFQ: enable BFQ_GROUP_IOSCHED

parent 0e1f7ada
No related merge requests found
Pipeline #89274 passed with stage
in 5 minutes and 34 seconds
......@@ -8,19 +8,20 @@ on sequential workloads which is especially nice for NASes.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
---
target/linux/mpc85xx/config-4.14 | 1 +
target/linux/mvebu/config-4.14 | 1 +
target/linux/mpc85xx/config-4.14 | 2 ++
target/linux/mvebu/config-4.14 | 2 ++
2 files changed, 2 insertions(+)
diff --git a/target/linux/mpc85xx/config-4.14 b/target/linux/mpc85xx/config-4.14
index 77fd10f302..50fc0aeecf 100644
--- a/target/linux/mpc85xx/config-4.14
+++ b/target/linux/mpc85xx/config-4.14
@@ -177,6 +177,7 @@ CONFIG_I2C_MPC=y
@@ -177,6 +177,8 @@ CONFIG_I2C_MPC=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IOMMU_HELPER=y
+CONFIG_IOSCHED_BFQ=y
+CONFIG_BFQ_GROUP_IOSCHED=y
# CONFIG_IPIC is not set
CONFIG_IRQCHIP=y
CONFIG_IRQ_DOMAIN=y
......@@ -28,11 +29,12 @@ diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14
index 7a0caeeb61..3f8466b4a4 100644
--- a/target/linux/mvebu/config-4.14
+++ b/target/linux/mvebu/config-4.14
@@ -278,6 +278,7 @@ CONFIG_I2C_MV64XXX=y
@@ -278,6 +278,8 @@ CONFIG_I2C_MV64XXX=y
# CONFIG_I2C_PXA is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_IOMMU_HELPER=y
+CONFIG_IOSCHED_BFQ=y
+CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_IRQCHIP=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_DEBUG=y
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment