Merge pull request #21993 from osedl/pr/20230901-modemmanager-hardcoded-proto
[feed/packages.git] / net / netifyd / Config.in
1 menu "Configuration"
2 depends on PACKAGE_netifyd
3
4 config NETIFYD_BUILD_SHARED_LIBRARY
5 bool "Build the Agent as a shared library?"
6 default y
7 help
8 Build the Agent as a shared library when enabled, or statically link it otherwise. Statically linking can make debugging easier.
9
10 config NETIFYD_WITH_LOCAL_LIBGCRYPT
11 bool "Link nDPI with the local system libgcrypt?"
12 default y
13 help
14 Link the Agent (and nDPI) against the local system libgcrypt, or use the bundled gcrypt lite version.
15
16 endmenu