xref: /OK3568_Linux_fs/buildroot/package/mrp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MRP
2*4882a593Smuzhiyun	bool "mrp"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBEV
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMNL
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  This is the userspace application that configures the kernel
10*4882a593Smuzhiyun	  to run MRP protocol. The userspace application is made of 2
11*4882a593Smuzhiyun	  applications, one daemon and a client.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/microchip-ung/mrp
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "mrp needs a toolchain w/ threads, kernel headers >= 5.0"
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS \
17*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
18