xref: /OK3568_Linux_fs/buildroot/package/ser2net/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SER2NET
2	bool "ser2net"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_GENSIO
5	select BR2_PACKAGE_LIBYAML
6	help
7	  Ser2net provides a way for a user to connect from a network
8	  connection to a serial port.
9
10	  http://ser2net.sourceforge.net
11