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.

config CN_MEMMON
	boolean "Provides connector interface to memmon"
	depends on CONNECTOR && MEMMON
	default y
	---help---
	  Provide a connector that provides the userspace interface to memmon. 

endmenu
