summaryrefslogtreecommitdiffstats
path: root/rules/minicom.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-06 08:05:11 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-06 08:05:11 +0000
commitc0828adbd7f722256a79f9bff7af42cefe712f88 (patch)
treeaca50f7c7951bbc8309313acd1488498b0178853 /rules/minicom.in
parentd15931d65f9419a5e2711d32ea9b8d0def5d7713 (diff)
downloadptxdist-c0828adbd7f722256a79f9bff7af42cefe712f88.tar.gz
ptxdist-c0828adbd7f722256a79f9bff7af42cefe712f88.tar.xz
* minicom: Adds minicom package to ptxdist. Also add default
configuration for minicom as config option. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9422 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/minicom.in')
-rw-r--r--rules/minicom.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/rules/minicom.in b/rules/minicom.in
new file mode 100644
index 000000000..712378c95
--- /dev/null
+++ b/rules/minicom.in
@@ -0,0 +1,23 @@
+## 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
+ default n
+ prompt "install default config file"
+ help
+ Install /etc/minirc_dfl config file from projectroot or ptxdist generic.
+
+endif