]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - net/sched/Kconfig
Merge branch 'canprio' of ssh://rtime.felk.cvut.cz/lisovros/linux_canprio into canprio
[lisovros/linux_canprio.git] / net / sched / Kconfig
index 2f691fb180d127751877003af00e624334da474c..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