]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - net/sched/Kconfig
em_canid: Removed unnecessary CAN_EFF_MASK masking, error handling etc.
[lisovros/linux_canprio.git] / net / sched / Kconfig
index 75b58f81d53d316d3959ba71909adacd9010aee3..68a4c38a58b455d0d782945475846d36a6eff4f7 100644 (file)
@@ -485,6 +485,16 @@ config NET_EMATCH_TEXT
          To compile this code as a module, choose M here: the
          module will be called em_text.
 
+config NET_EMATCH_CANID
+       tristate "CAN Identifier"
+       depends on NET_EMATCH && CAN
+       ---help---
+          Say Y here if you want to be able to classify CAN frames based
+          on CAN Identifier.
+
+         To compile this code as a module, choose M here: the
+         module will be called em_canid.
+
 config NET_CLS_ACT
        bool "Actions"
        ---help---