mm: frontswap: remove casting from function calls through ops structure
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / Kconfig
index 75b58f8..e7a8976 100644 (file)
@@ -250,6 +250,28 @@ config NET_SCH_QFQ
 
          If unsure, say N.
 
+config NET_SCH_CODEL
+       tristate "Controlled Delay AQM (CODEL)"
+       help
+         Say Y here if you want to use the Controlled Delay (CODEL)
+         packet scheduling algorithm.
+
+         To compile this driver as a module, choose M here: the module
+         will be called sch_codel.
+
+         If unsure, say N.
+
+config NET_SCH_FQ_CODEL
+       tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)"
+       help
+         Say Y here if you want to use the FQ Controlled Delay (FQ_CODEL)
+         packet scheduling algorithm.
+
+         To compile this driver as a module, choose M here: the module
+         will be called sch_fq_codel.
+
+         If unsure, say N.
+
 config NET_SCH_INGRESS
        tristate "Ingress Qdisc"
        depends on NET_CLS_ACT