xref: /OK3568_Linux_fs/buildroot/package/openfpgaloader/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENFPGALOADER
2*4882a593Smuzhiyun	bool "openfpgaloader"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi1
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libftdi1 -> libusb
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBFTDI1
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Universal utility for programming FPGA
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/trabucayre/openFPGALoader/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "openfpgaloader needs a toolchain w/ threads, C++, gcc >= 4.9"
13*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
14*4882a593Smuzhiyun		!BR2_INSTALL_LIBSTDCPP || \
15*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
16