blob: 0bc2059c1e088b4e618ca18bf37f61948719ba6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
menu "Connector - unified userspace <-> kernelspace linker"
config CONNECTOR
tristate "Connector - unified userspace <-> kernelspace linker"
depends on NET
---help---
This is unified userspace <-> kernelspace connector working on top
of the netlink socket protocol.
Connector support can also be built as a module. If so, the module
will be called cn.ko.
endmenu
|