Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a303fbf3 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde Committed by David S. Miller
Browse files

net: sched: enable CAN Identifier to be build into kernel



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: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 01ffc0a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.