Kconfig 382 B

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