summaryrefslogtreecommitdiffstats
path: root/rules/minicom.in
blob: abbb15252822d8630278a4174a308842b6622b5a (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
27
## SECTION=shell_and_console

menuconfig MINICOM
	tristate
	prompt "minicom                       "
	select NCURSES
	select ROOTFS_VAR_LOCK
	select CKERMIT			if MINICOM_KERMIT
        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.

config MINICOM_KERMIT
	bool
	prompt "ckermit support"
endif