xref: /OK3568_Linux_fs/buildroot/package/umtprd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_UMTPRD
2*4882a593Smuzhiyun	bool "umtprd"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Lightweight USB MTP responder daemon for GNU/Linux
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://github.com/viveris/uMTP-Responder
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuncomment "umtprd needs a toolchain w/ threads, headers >= 3.15"
11*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
12