projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ffc0a
)
net: sched: enable CAN Identifier to be build into kernel
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Fri, 23 Nov 2012 00:44:57 +0000
(
00:44
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 25 Nov 2012 21:06:06 +0000
(16:06 -0500)
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>
net/sched/Kconfig
patch
|
blob
|
history
diff --git
a/net/sched/Kconfig
b/net/sched/Kconfig
index
62fb51f
..
235e01a
100644
(file)
--- a/
net/sched/Kconfig
+++ b/
net/sched/Kconfig
@@
-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.