summaryrefslogtreecommitdiffstats
path: root/rules/pyserial3.in
blob: 3cb83e5156f828a51a2c23fda65f337015d77183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=python3

menuconfig PYSERIAL3
	tristate
	select PYTHON3
	prompt "pyserial                      "
	help
	  This module encapsulates the access for the serial port. It provides
	  backends for Python running on Windows, Linux, BSD (possibly any
	  POSIX compliant system), Jython and IronPython (.NET and Mono). The
	  module named "serial" automatically selects the appropriate backend.

	  - Project Homepage: http://pyserial.sourceforge.net
	  - Project page on SourceForge: http://sourceforge.net/projects/pyserial/
	  - SVN repository: http://sourceforge.net/svn/?group_id=46487
	  - Download Page: http://sourceforge.net/project/showfiles.php?group_id=46487

if PYSERIAL3

config PYSERIAL3_MINITERM
	bool
	prompt "Install 'miniterm'"
	help
	  Install the miniterm script coming with this package.

endif