Config.in 392 B

123456789101112
  1. config BR2_PACKAGE_OPENFPGALOADER
  2. bool "openfpgaloader"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi1
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. select BR2_PACKAGE_LIBFTDI1
  6. help
  7. Universal utility for programming FPGA
  8. https://github.com/trabucayre/openFPGALoader/
  9. comment "openfpgaloader needs a toolchain w/ threads, C++"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP