menu "Host Tools" config COMPILE_HOST_TOOLS bool "Allow to enable unused host tools" help Usually the needed host tools are selected (or selectable) depending on some config options. If you say yes here, the host tools that are not needed can be selected, too. This is usefull for compile coverage testing and for packaging the host tools. source "scripts/imx/Kconfig" config MVEBU_HOSTTOOLS bool "mvebu hosttools" if COMPILE_HOST_TOOLS depends on ARCH_MVEBU || COMPILE_HOST_TOOLS default y if ARCH_MVEBU help This enables building the tools kwbimage to create an image suitable for Marvell mvebu machines and kwboot to boot via UART. config OMAP3_USB_LOADER bool "omap3 USB loader" depends on ARCH_OMAP3 || COMPILE_HOST_TOOLS help Say Y here to build the omap3 usb loader tool. You need libusb-1.0 to compile this tool. config OMAP4_HOSTTOOL_USBBOOT bool "omap4 usbboot" depends on (ARCH_OMAP4 && !MMU) || COMPILE_HOST_TOOLS default y if OMAP4_USBBOOT help Say Y here to build the omap4 usb loader tool. Note that you need to enable OMAP4_USBBOOT to create an image suitable to boot using this tool. You need libusb-1.0 to compile this tool. endmenu menu "Target Tools" config IMD_TARGET bool "build bareboximd target tool" depends on IMD config KERNEL_INSTALL_TARGET bool prompt "Build kernel-install utility for the target" help Enable this to compile the kernel-install script using the cross compiler. The utility for the target will be under scripts/kernel-install-target config BAREBOXENV_TARGET bool prompt "build bareboxenv tool for target" help 'bareboxenv' is a tool to access the barebox environment from a running Linux system. Say yes here to build it for the target. config BAREBOXCRC32_TARGET bool prompt "build bareboxcrc32 tool for target" help 'bareboxcrc32' is a userspacetool to generate the crc32 checksums the same way barebox does. Say yes here to build it for the target. endmenu