xref: /OK3568_Linux_fs/buildroot/package/crda/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CRDA
2*4882a593Smuzhiyun	bool "crda"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGCRYPT
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBNL
8*4882a593Smuzhiyun	# regdb is a runtime dependency
9*4882a593Smuzhiyun	select BR2_PACKAGE_WIRELESS_REGDB
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Central Regulatory Domain Agent.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  This package provides a Central Regulatory Domain Agent (CRDA)
14*4882a593Smuzhiyun	  to be used by the Linux kernel cf80211 wireless subsystem to
15*4882a593Smuzhiyun	  query and apply the regulatory domain settings wireless
16*4882a593Smuzhiyun	  devices may operate within for a given location.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun	  https://wireless.wiki.kernel.org/en/developers/regulatory/crda
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "crda needs a toolchain w/ threads, dynamic library"
21*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
22