]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - net/sched/Kconfig
cls_can: unify description wording
[lisovros/linux_canprio.git] / net / sched / Kconfig
index 21f9c7678aa3ea903a9741305c22b6157e8637c3..effa40e0d5d4a5f635cc04531299a8e913d9fd8b 100644 (file)
@@ -230,6 +230,16 @@ config NET_CLS_BASIC
          To compile this code as a module, choose M here: the
          module will be called cls_basic.
 
+config NET_CLS_CAN
+       tristate "Controller Area Network classifier (CAN)"
+       select NET_CLS
+       ---help---
+         Say Y here if you want to be able to classify CAN frames according
+         to their CAN identifiers (can_id).
+
+         To compile this code as a module, choose M here: the
+         module will be called cls_can.
+
 config NET_CLS_TCINDEX
        tristate "Traffic-Control Index (TCINDEX)"
        select NET_CLS
@@ -328,13 +338,16 @@ config NET_CLS_FLOW
          module will be called cls_flow.
 
 config NET_CLS_CGROUP
-       bool "Control Group Classifier"
+       tristate "Control Group Classifier"
        select NET_CLS
        depends on CGROUPS
        ---help---
          Say Y here if you want to classify packets based on the control
          cgroup of their process.
 
+         To compile this code as a module, choose M here: the
+         module will be called cls_cgroup.
+
 config NET_EMATCH
        bool "Extended Matches"
        select NET_CLS