summaryrefslogtreecommitdiffstats
path: root/rules/minicom.in
blob: 92bc478ad6685463a368305368a3328c27405929 (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 LIBICONV
	select NCURSES
        help
          This adds MiniCom to your root filesystem. Useful for serial
          communication and testing.

          Selecting this module will also compile libiconv and ncurses.

if MINICOM

config MINICOM_CONFIGFILES
	bool
	prompt "install default config file"
	help
          Install /etc/minirc_dfl config file from projectroot or ptxdist generic.

endif