Skip to content

Commit

Permalink
net: sched: enable CAN Identifier to be build into kernel
Browse files Browse the repository at this point in the history
This patch makes it possible to build the CAN Identifier into the kernel, even
if the CAN support is build as a module.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Marc Kleine-Budde authored and David S. Miller committed Nov 25, 2012
1 parent 01ffc0a commit a303fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ config NET_EMATCH_TEXT

config NET_EMATCH_CANID
tristate "CAN Identifier"
depends on NET_EMATCH && CAN
depends on NET_EMATCH && (CAN=y || CAN=m)
---help---
Say Y here if you want to be able to classify CAN frames based
on CAN Identifier.
Expand Down

0 comments on commit a303fbf

Please sign in to comment.