## SECTION=communication menuconfig CANUTILS tristate prompt "canutils " select KERNEL_HEADER select LIBSOCKETCAN if CANUTILS_4 help The canutils package contains tools to configure and test the Socket CAN framework. if CANUTILS config CANUTILS_VERSION prompt "Version" string default "4.0.6" config CANUTILS_MD5 prompt "canutils source md5sum" string 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_CANCONFIG bool prompt "canconfig" help Configuration Tool for socket can. config CANUTILS_CANDUMP bool prompt "candump" help A little utility to dump canbus messages config CANUTILS_CANECHO bool prompt "canecho" help A little utility to echo canbus messages config CANUTILS_CANSEND bool prompt "cansend" help A little utility to send canbus messages from command line config CANUTILS_CANSEQUENCE bool prompt "cansequence" help A little utility to send and verify canbus messages from command line with sequence numbers inside endif