1config BR2_PACKAGE_HOST_AGENT_PROXY
2	bool "host agent-proxy"
3	help
4	  This is a simple, small proxy which was intended for use
5	  with kgdb, or gdbserver type connections where you want to
6	  share a text console and a debug session.
7
8	  The idea is that you use the agent-proxy to connect to a
9	  serial port directly or to a remote terminal server.
10
11	  git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git
12