2011-04-21 10:27:17 +02:00
|
|
|
config BR2_PACKAGE_CAN_UTILS
|
|
|
|
bool "can-utils"
|
2013-01-22 08:43:50 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-12-19 09:52:47 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
|
2011-04-21 10:27:17 +02:00
|
|
|
help
|
|
|
|
SocketCAN is a set of open source CAN drivers and a
|
|
|
|
networking stack.
|
|
|
|
This package provides various tools for this stack.
|
|
|
|
|
2014-06-16 15:50:36 +02:00
|
|
|
http://elinux.org/Can-utils
|
2016-12-19 09:52:47 +01:00
|
|
|
|
|
|
|
comment "can-utils needs a toolchain w/ NPTL"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
depends on BR2_USE_MMU
|