1config BR2_PACKAGE_GNUPLOT
2	bool "gnuplot"
3	select BR2_PACKAGE_READLINE if !BR2_PACKAGE_LIBEDIT
4	help
5	  A portable command-line driven graphing utility.
6
7	  http://www.gnuplot.info/
8