diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index e7a8976bf25c..4a5d2bd4f789 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -507,6 +507,16 @@ config NET_EMATCH_TEXT | |||
507 | To compile this code as a module, choose M here: the | 507 | To compile this code as a module, choose M here: the |
508 | module will be called em_text. | 508 | module will be called em_text. |
509 | 509 | ||
510 | config NET_EMATCH_CANID | ||
511 | tristate "CAN Identifier" | ||
512 | depends on NET_EMATCH && CAN | ||
513 | ---help--- | ||
514 | Say Y here if you want to be able to classify CAN frames based | ||
515 | on CAN Identifier. | ||
516 | |||
517 | To compile this code as a module, choose M here: the | ||
518 | module will be called em_canid. | ||
519 | |||
510 | config NET_CLS_ACT | 520 | config NET_CLS_ACT |
511 | bool "Actions" | 521 | bool "Actions" |
512 | ---help--- | 522 | ---help--- |