mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
14 lines
382 B
Text
14 lines
382 B
Text
|
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
|