Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linux
[linux-block.git] / net / sched / Kconfig
index 777d6b50505cc4b81596e7296f94f5a1cf06a95d..f5acb535413d61d0cdf4aec837cc56bba703c24b 100644 (file)
@@ -195,8 +195,14 @@ config NET_SCH_ETF
          To compile this code as a module, choose M here: the
          module will be called sch_etf.
 
+config NET_SCH_MQPRIO_LIB
+       tristate
+       help
+         Common library for manipulating mqprio queue configurations.
+
 config NET_SCH_TAPRIO
        tristate "Time Aware Priority (taprio) Scheduler"
+       select NET_SCH_MQPRIO_LIB
        help
          Say Y here if you want to use the Time Aware Priority (taprio) packet
          scheduling algorithm.
@@ -253,6 +259,7 @@ config NET_SCH_DRR
 
 config NET_SCH_MQPRIO
        tristate "Multi-queue priority scheduler (MQPRIO)"
+       select NET_SCH_MQPRIO_LIB
        help
          Say Y here if you want to use the Multi-queue Priority scheduler.
          This scheduler allows QOS to be offloaded on NICs that have support
@@ -337,7 +344,7 @@ config NET_SCH_FQ
          Say Y here if you want to use the FQ packet scheduling algorithm.
 
          FQ does flow separation, and is able to respect pacing requirements
-         set by TCP stack into sk->sk_pacing_rate (for localy generated
+         set by TCP stack into sk->sk_pacing_rate (for locally generated
          traffic)
 
          To compile this driver as a module, choose M here: the module