kumquat-buildroot/package/mrp/Config.in
Horatiu Vultur 2a40e2ce48 package: mrp: bump to version 1.2
This version requires cfm package

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-27 20:59:19 +01:00

19 lines
588 B
Plaintext

config BR2_PACKAGE_MRP
bool "mrp"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_LIBMNL
select BR2_PACKAGE_LIBNL
select BR2_PACKAGE_CFM
help
This is the userspace application that configures the kernel
to run MRP protocol. The userspace application is made of 2
applications, one daemon and a client.
https://github.com/microchip-ung/mrp
comment "mrp needs a toolchain w/ threads, kernel headers >= 5.0"
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0