1config BR2_PACKAGE_SOCKETCAND
2	bool "socketcand"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_USE_MMU # fork()
5	help
6	  Socketcand is a daemon that provides access to CAN interfaces
7	  on a machine via a network interface.
8
9	  https://github.com/dschanoeh/socketcand
10
11comment "socketcand needs a toolchain w/ threads"
12	depends on BR2_USE_MMU
13	depends on !BR2_TOOLCHAIN_HAS_THREADS
14