You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
13 lines
382 B
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
|
|
|