summaryrefslogtreecommitdiffstats
path: root/rules/Kconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 12:00:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-06 12:06:54 +0100
commitbe1d41fdce3ef3082d138dedccfaff32c8031f42 (patch)
treeb9f80e1ddedeeb3e08dff867d1ccbfb41294ba76 /rules/Kconfig
parent926a3dd85f7df66bd5879b87cfd5e7c556c12a07 (diff)
downloadptxdist-be1d41fdce3ef3082d138dedccfaff32c8031f42.tar.gz
ptxdist-be1d41fdce3ef3082d138dedccfaff32c8031f42.tar.xz
rules: allow selecting most host packages in the platformconfig
Do this by including the the hosttools_noprompt section for the platformconfig. This way, we don't need to manually add a package to the platformconfig when it is needed. Exceptions are special packages that are always enabled and host-gobject-introspection because it needs host-qemu. These packages are now in the new hosttools_noprompt_ptx section. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/Kconfig')
-rw-r--r--rules/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/Kconfig b/rules/Kconfig
index f7f26ef23..a0223bdaf 100644
--- a/rules/Kconfig
+++ b/rules/Kconfig
@@ -19,6 +19,7 @@ endmenu
menu "Host Tools "
source "generated/hosttools.in"
source "generated/hosttools_noprompt.in"
+source "generated/hosttools_noprompt_ptx.in"
endmenu
menu "Cross Tools "