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

menuconfig MINICOM
	tristate
	prompt "minicom                       "
	select NCURSES
        help
          This adds MiniCom to your root filesystem. Useful for serial
          communication and testing.

if MINICOM

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

endif