summaryrefslogtreecommitdiffstats
path: root/rules/mysql.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-29 20:23:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-29 20:23:50 +0000
commit0e7dc599acb5a9f41637a51dfadf7a5e972aa441 (patch)
treeefda5decf10f9b7a95a997891eb833d308895ed9 /rules/mysql.in
parent6236e4189f59335d51182cf2f5f5fed6c430bce9 (diff)
downloadptxdist-0e7dc599acb5a9f41637a51dfadf7a5e972aa441.tar.gz
ptxdist-0e7dc599acb5a9f41637a51dfadf7a5e972aa441.tar.xz
[mysql] added help text
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10903 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mysql.in')
-rw-r--r--rules/mysql.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/mysql.in b/rules/mysql.in
index 77a76ff59..f504f8d71 100644
--- a/rules/mysql.in
+++ b/rules/mysql.in
@@ -1,5 +1,4 @@
## SECTION=system_libraries
-# mysql config
menuconfig MYSQL
tristate
@@ -8,6 +7,13 @@ menuconfig MYSQL
select NCURSES if MYSQL_TERMINAL_NCURSES
select HOST_MYSQL
select ZLIB
+ help
+ MySQL database server binaries
+
+ MySQL is a fast, stable and true multi-user, multi-threaded
+ SQL database server. SQL (Structured Query Language) is the
+ most popular database query language in the world. The main
+ goals of MySQL are speed, robustness and ease of use.
if MYSQL