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