summaryrefslogtreecommitdiffstats
path: root/rules/canutils.in
blob: a72d3d188ef7f1b979143bbc33d4b389b8bd9df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
menuconfig CANUTILS
	bool "canutils            "
	help
	  The canutils package contains tools to configure 
	  and test the Socket CAN framework

config CANUTILS_VERSION
	prompt "Version"
	depends on CANUTILS
	string
	default "1.1.0"

config CANUTILS_CANCONFIG
	bool
	depends on CANUTILS
	prompt "canconfig"
	help
	  Configuration Tool for socket can.
	  
config CANUTILS_CANDUMP
	bool
	depends on CANUTILS
	prompt "candump"
	help
	  A little utility to dump canbus messages

config CANUTILS_CANECHO
	bool
	depends on CANUTILS
	prompt "canecho"
	help
	  A little utility to echo canbus messages 

config CANUTILS_CANSEND
	bool
	depends on CANUTILS
	prompt "cansend"
	help
	  A little utility to send canbus messages from command line

config CANUTILS_CANSEQUENCE
	bool
	depends on CANUTILS
	prompt "cansequence"
	help
	  A little utility to send canbus messages from command line
	  with sequence numbers inside