summaryrefslogtreecommitdiffstats
path: root/rules/berlios-can-utils.in
blob: 914d9170724a306b4e11b98202e2b5a47c200bf6 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
## SECTION=communication

menuconfig BERLIOS_CAN_UTILS
	tristate
	prompt "berlios-can-utils             "
	help
	  The can-utils (berlios flavour) package contains tools to
	  configure and test the Socket CAN framework.

if BERLIOS_CAN_UTILS

config BERLIOS_CAN_UTILS_ASC2LOG
	bool
	prompt "asc2log"

config BERLIOS_CAN_UTILS_BCMSERVER
	bool
	prompt "bcmserver"

config BERLIOS_CAN_UTILS_CANBUSLOAD
	bool
	prompt "canbusload"

config BERLIOS_CAN_UTILS_CANDUMP
	bool
	prompt "candump"

config BERLIOS_CAN_UTILS_CANFDTEST
	bool
	prompt "canfdtest"

config BERLIOS_CAN_UTILS_CANGEN
	bool
	prompt "cangen"

config BERLIOS_CAN_UTILS_CANGW
	bool
	prompt "cangw"

config BERLIOS_CAN_UTILS_CANLOGSERVER
	bool
	prompt "canlogserver"

config BERLIOS_CAN_UTILS_CANPLAYER
	bool
	prompt "canplayer"

config BERLIOS_CAN_UTILS_CANSEND
	bool
	prompt "cansend"

config BERLIOS_CAN_UTILS_CANSNIFFER
	bool
	prompt "cansniffer"

config BERLIOS_CAN_UTILS_ISOTPDUMP
	bool
	prompt "isotpdump"

config BERLIOS_CAN_UTILS_ISOTPRECV
	bool
	prompt "isotprecv"

config BERLIOS_CAN_UTILS_ISOTPSEND
	bool
	prompt "isotpsend"

config BERLIOS_CAN_UTILS_ISOTPSERVER
	bool
	prompt "isotpserver"

config BERLIOS_CAN_UTILS_ISOTPSNIFFER
	bool
	prompt "isotpsniffer"

config BERLIOS_CAN_UTILS_ISOTPTUN
	bool
	prompt "isotptun"

config BERLIOS_CAN_UTILS_LOG2ASC
	bool
	prompt "log2asc"

config BERLIOS_CAN_UTILS_LOG2LONG
	bool
	prompt "log2long"

config BERLIOS_CAN_UTILS_SLCAN_ATTACH
	bool
	prompt "slcan_attach"

config BERLIOS_CAN_UTILS_SLCAND
	bool
	prompt "slcand"

config BERLIOS_CAN_UTILS_SLCANPTY
	bool
	prompt "slcanpty"

endif