mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
|
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
|