summaryrefslogtreecommitdiffstats
path: root/scripts/Kconfig
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-11-07 21:47:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-09 08:49:39 +0100
commitb7c83c6bf2c5a6e4d9289a3c458843b90ba2b32a (patch)
tree5a3f6cbb61d781b0fe75bbe525957a4af9c79a15 /scripts/Kconfig
parent1513b6b156bdcabae72b1303c592c7dcb80a5340 (diff)
downloadbarebox-b7c83c6bf2c5a6e4d9289a3c458843b90ba2b32a.tar.gz
barebox-b7c83c6bf2c5a6e4d9289a3c458843b90ba2b32a.tar.xz
mxs: always build mxsimage and mxsboot tools
Both tools are used unconditionally by images/Makefile.mxs. Always build them for ARCH_MXS, and remove their prompt in the host tools section, as they are not really useful as stand-alone tools. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Kconfig')
-rw-r--r--scripts/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Kconfig b/scripts/Kconfig
index 20530b9ae3..b903486ecd 100644
--- a/scripts/Kconfig
+++ b/scripts/Kconfig
@@ -20,15 +20,6 @@ config MVEBU_HOSTTOOLS
This enables building the tools kwbimage to create an image suitable
for Marvell mvebu machines and kwboot to boot via UART.
-config MXS_HOSTTOOLS
- bool "mxs hosttools" if COMPILE_HOST_TOOLS
- depends on ARCH_MXS || COMPILE_HOST_TOOLS
- default y if ARCH_MXS
- help
- This builds the tools mxsimage and mxsboot which are needed to
- create bootable image files for mxs. You need openssl development
- files to compile this tool.
-
config OMAP3_USB_LOADER
bool "omap3 USB loader"
depends on ARCH_OMAP3 || COMPILE_HOST_TOOLS