From 526dddf4c3493a7b7732d9bd0aab2d3e22b3154a Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Sat, 9 Jun 2018 09:27:56 +0200 Subject: scripts: create a separate section for host tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to enable host tools even if they are not needed for the current configuration to improve compile coverage and simplify packaging these tools. The conversion doesn't cover all tools available but can be extended later. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- scripts/imx/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/imx') diff --git a/scripts/imx/Kconfig b/scripts/imx/Kconfig index fda9c639c1..ef83fa14dd 100644 --- a/scripts/imx/Kconfig +++ b/scripts/imx/Kconfig @@ -1,6 +1,6 @@ config ARCH_IMX_USBLOADER - depends on ARCH_MXS || ARCH_IMX - bool "compile imx-usb-loader" + depends on ARCH_MXS || ARCH_IMX || COMPILE_HOST_TOOLS + bool "imx-usb-loader" help imx-usb-loader is a tool to upload and start imximages to an i.MX SoC in ROM boot mode. It requires libusb, so make sure you have the libusb -- cgit v1.2.3