[PATCH] block/Kconfig.iosched: Enable BFQ on DEFAULT_IOSCHED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch, allows BFQ to be chosen in the Default I/O scheduler prompt.

Signed-off-by: Ben Mezger <me@xxxxxxxxxxxx>
---
 block/Kconfig.iosched | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index fd2cefa47d35..5be248ce447c 100644
--- a/block/Kconfig.iosched
+++ b/block/Kconfig.iosched
@@ -56,6 +56,9 @@ choice
        config DEFAULT_NOOP
                bool "No-op"

+       config DEFAULT_BFQ
+               bool "BFQ" if IOSCHED_BFQ=y
+
 endchoice

 config DEFAULT_IOSCHED
@@ -63,6 +66,7 @@ config DEFAULT_IOSCHED
        default "deadline" if DEFAULT_DEADLINE
        default "cfq" if DEFAULT_CFQ
        default "noop" if DEFAULT_NOOP
+       default "bfq" if DEFAULT_BFQ

 config MQ_IOSCHED_DEADLINE
        tristate "MQ deadline I/O scheduler"
--
2.13.2

-- 
- seds
https://seds.nl




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux