diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-07 16:29:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-07 16:29:29 -0700 |
commit | 8f961faef791f6cc8fb1d10817fa7af3efcb544e (patch) | |
tree | 0d4ecd861c575d7ebd235cea61eeea7cac034a25 /net/sched/Kconfig | |
parent | 95162d652477f6e3d04687f5d39d443fcc64d8d7 (diff) | |
parent | f057bbb6f9ed0fb61ea11105c9ef0ed5ac1a354d (diff) |
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
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 e7a8976bf25..4a5d2bd4f78 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -507,6 +507,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--- |