python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / crda / Config.in
blob2cb040372f2df1cab4ce73b7bba853e684b97f4d
1 config BR2_PACKAGE_CRDA
2         bool "crda"
3         depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
5         depends on !BR2_STATIC_LIBS
6         select BR2_PACKAGE_LIBGCRYPT
7         select BR2_PACKAGE_LIBNL
8         # regdb is a runtime dependency
9         select BR2_PACKAGE_WIRELESS_REGDB
10         help
11           Central Regulatory Domain Agent.
13           This package provides a Central Regulatory Domain Agent (CRDA)
14           to be used by the Linux kernel cf80211 wireless subsystem to
15           query and apply the regulatory domain settings wireless devices
16           may operate within for a given location.
18           http://linuxwireless.org/en/developers/Regulatory/CRDA
20 comment "crda needs a toolchain w/ threads, dynamic library"
21         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS