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