1 config BR2_PACKAGE_CAN_UTILS
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
6 SocketCAN is a set of open source CAN drivers and a
8 This package provides various tools for this stack.
10 http://elinux.org/Can-utils
12 comment "can-utils needs a toolchain w/ NPTL"
13 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
14 depends on BR2_USE_MMU