--- zzzz-none-000/linux-4.9.279/net/sched/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/net/sched/Kconfig 2023-02-08 11:43:43.000000000 +0000 @@ -262,6 +262,19 @@ If unsure, say N. +config NET_SCH_LLQ + tristate "LLQ Queue (CBWFQ with strict priorities)" + depends on NET_SCHED + depends on AVM_ENHANCED + help + If you say Y here, you will be able to schedule packets + with strict priorities and weight. + (Class-Bases Weighted Fair Queuing with strict priorities) + If unsure, say Y. + + To compile this code as a module, choose M here: the + module will be called sch_llq. + config NET_SCH_FQ_CODEL tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)" help