summaryrefslogtreecommitdiffstats
path: root/rules/libnl.in
blob: cd54d3597b419c81aa2e1a2451f3908905bcf6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=system_libraries

menuconfig LIBNL
	tristate
	prompt "libnl                         "
	help
	  libnl is a library for applications dealing with netlink
	  sockets. The library provides an interface for raw
	  netlink messaging and various netlink family specific
	  interfaces.

if LIBNL

config LIBNL_MONITOR
	bool
	prompt "nl-monitor"

endif