# SPDX-License-Identifier: GPL-2.0
#
# net lens module configuration
#
config CTK_NETLENS
	tristate "CTKernel NetLens support"
	default m
	help
	  NetLens is a network traffic monitoring technology

	  NetLens can provide statistical information about network
	  traffic,including traffic size, source and destination IP
	  addresses, port numbers, protocol types, and more. This
	  information can be used toget an overall picture of network
	  traffic, as well as to identify abnormal traffic in the network.

	  NetLens data can help network administrators quickly locate
	  network faults. For example, if the network is congested,
	  NetFlow data can be used to identify the source of the traffic
	  that is causing the congestion.

	  NetLens data can be used to analyze suspicious activity in the
	  network, such as cyberattacks or data breaches.
