summaryrefslogtreecommitdiffstats
path: root/rules/minicom.in
blob: f1ba05417934f91208e63903e98ee7116f6c153e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=shell_and_console

menuconfig MINICOM
	tristate
	prompt "minicom                       "
	select NCURSES
        help
	  friendly menu driven serial communication program

	  Minicom is a clone of the MS-DOS "Telix" communication
	  program. It emulates ANSI and VT102 terminals, has a dialing
	  directory and auto zmodem download.

if MINICOM

config MINICOM_DEFCONFIG
	bool
	prompt "install default config file"
	help
          Install /etc/minirc.dfl config file from projectroot or ptxdist generic.

endif