summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-26 20:45:04 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-26 21:04:12 +0100
commitc240704ac9b5296d83b000408b13be74e1b0bb41 (patch)
tree6660194324782fcd83bd1cbc1adc57f1203ac6b7
parentf2dcc48d7b412ecaaec015b5d6d3bdf118fb2805 (diff)
downloadptxdist-c240704ac9b5296d83b000408b13be74e1b0bb41.tar.gz
ptxdist-c240704ac9b5296d83b000408b13be74e1b0bb41.tar.xz
[canutils] support canutils >= 4.0
They have an additional dep to libsocketcan. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/canutils.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules/canutils.in b/rules/canutils.in
index b8ee950c3..8ad569717 100644
--- a/rules/canutils.in
+++ b/rules/canutils.in
@@ -3,7 +3,8 @@
menuconfig CANUTILS
tristate
prompt "canutils "
- select KERNEL if CANUTILS_BSP_KERNEL
+ select KERNEL if CANUTILS_BSP_KERNEL
+ select LIBSOCKETCAN if CANUTILS_4
help
The canutils package contains tools to configure
and test the Socket CAN framework.
@@ -15,6 +16,13 @@ config CANUTILS_VERSION
string
default "3.0.2"
+config CANUTILS_4
+ bool "canutils version >= 4.0"
+ help
+ Select this if you're using a canutils version >= 4.0
+
+ This will enable extra an extra dependency to libsocketcan.
+
config CANUTILS_BSP_KERNEL
bool "use BSP's kernel headers instead of toolchain's"
help