summaryrefslogtreecommitdiffstats
path: root/rules/canutils.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
commit9875da768c97e359a8911b062efafd43e8c99f21 (patch)
tree3837a3a41c495e79e0cf5894e44b9be05abdb2d6 /rules/canutils.in
parenta04bfaf9b27bbc0c6e79f02c5ede1335e7f13796 (diff)
downloadptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.gz
ptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.xz
* : tristate changes a-c.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8293 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/canutils.in')
-rw-r--r--rules/canutils.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/rules/canutils.in b/rules/canutils.in
index 555b64e44..11c293d7d 100644
--- a/rules/canutils.in
+++ b/rules/canutils.in
@@ -1,49 +1,47 @@
menuconfig CANUTILS
- bool "canutils "
+ tristate
+ prompt "canutils "
select KERNEL
help
The canutils package contains tools to configure
and test the Socket CAN framework.
+if CANUTILS
+
config CANUTILS_VERSION
prompt "Version"
- depends on CANUTILS
string
default "2.0.1"
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 and verify canbus messages
from command line with sequence numbers inside
+endif