nss-packages-qosmio/qca-nss-clients/Config.in
Sean Khan 99700f4bf9 nss-clients: netlink: modularize build components
Instead forcing all components to be built together, selectively build
feature sets based on driver and client selections.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2025-07-10 21:55:22 -04:00

56 lines
1.5 KiB
Plaintext

config NSS_NLCAPWAP_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_CAPWAP_ENABLE
help
NSS Netlink CAPWAP support. This is automatically
selected when NSS CAPWAP driver is enabled.
config NSS_NLDTLS_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_DTLS_ENABLE
help
NSS Netlink DTLS support. This is automatically
selected when NSS DTLS driver is enabled.
config NSS_NLGRE_REDIR_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_GRE_REDIR_ENABLE
help
NSS Netlink GRE Redirect support. This is automatically
selected when NSS GRE Redirect driver is enabled.
config NSS_NLIPSEC_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_IPSEC_ENABLE
help
NSS Netlink IPsec support. This is automatically
selected when NSS IPsec driver is enabled.
config NSS_NLQRFS_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_QRFS_ENABLE
help
NSS Netlink QRFS support. This is automatically
selected when NSS QRFS driver is enabled.
config NSS_NLUDP_ST_ENABLE
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_UDP_ST_ENABLE
help
NSS Netlink UDP Speed Test support. This is automatically
selected when NSS UDP Speed Test driver is enabled.
config NSS_NLLSO_RX
bool
depends on PACKAGE_kmod-qca-nss-drv-netlink
default y if NSS_DRV_LSO_RX_ENABLE
help
NSS Netlink IP LSO RX support. This is automatically
selected when NSS IP LSO RX driver is enabled.