1config BR2_PACKAGE_CFM 2 bool "cfm" 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 CFM protocol. The userspace application is made of 2 11 applications, one daemon and a client. 12 13 https://github.com/microchip-ung/cfm 14 15comment "cfm 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