Config.in 564 B

1234567891011121314151617
  1. config 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. https://github.com/microchip-ung/cfm
  13. comment "cfm needs a toolchain w/ threads, kernel headers >= 5.0"
  14. depends on !BR2_TOOLCHAIN_HAS_THREADS \
  15. || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0