X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lisovros/linux_canprio.git/blobdiff_plain/1d7aec304147aadcbc66ef9ab691208f9f22b6a8..27092b0676fd2ca4e614058736da4cbd2ff9aa46:/net/sched/Kconfig diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 2f691fb180d..effa40e0d5d 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -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