summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Osterland-Heim <denis.osterland@diehl.com>2021-03-08 13:34:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-03-12 13:29:50 +0100
commitc369517da9672d567fe433e95649203670cbab2e (patch)
tree60d5aa7372c434cafb9d171662af9e743b5c13ac
parent67250f2b8eaebfacc42162cc736280a9c35c9378 (diff)
downloadptxdist-c369517da9672d567fe433e95649203670cbab2e.tar.gz
ptxdist-c369517da9672d567fe433e95649203670cbab2e.tar.xz
host-gengetopt: move to _noprompt section
This allows to select this from platforms as well. Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210308123418.10187-2-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-gengetopt.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-gengetopt.in b/rules/host-gengetopt.in
index f6855ab5f..d42ccf477 100644
--- a/rules/host-gengetopt.in
+++ b/rules/host-gengetopt.in
@@ -1,8 +1,8 @@
-## SECTION=hosttools
+## SECTION=hosttools_noprompt
config HOST_GENGETOPT
tristate
- prompt "gengetopt"
+ default ALLYES
help
Gengetopt is a tool to write command line option
parsing code for C programs.