summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-24 00:39:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-28 08:10:06 +0200
commit3aae70c626187fbf3ce1ca4307ae8241826a6d3b (patch)
treee54726b62cdc119aaf7a66cde3abf7253006b133 /arch/sandbox
parenta38c18e8504ff602832d585fb5575d470fdfd157 (diff)
downloadbarebox-3aae70c626187fbf3ce1ca4307ae8241826a6d3b.tar.gz
barebox-3aae70c626187fbf3ce1ca4307ae8241826a6d3b.tar.xz
sandbox: add a minimal defconfig to build only the host tools
For distro packaging, make it possible to build all host tools in one go (and a very minimal barebox image as an unimportant side artifact). Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/configs/hosttools_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/configs/hosttools_defconfig b/arch/sandbox/configs/hosttools_defconfig
new file mode 100644
index 0000000000..72ec0fc462
--- /dev/null
+++ b/arch/sandbox/configs/hosttools_defconfig
@@ -0,0 +1,7 @@
+CONFIG_IMD=y
+CONFIG_COMPILE_HOST_TOOLS=y
+CONFIG_ARCH_IMX_USBLOADER=y
+CONFIG_MVEBU_HOSTTOOLS=y
+CONFIG_MXS_HOSTTOOLS=y
+CONFIG_OMAP3_USB_LOADER=y
+CONFIG_OMAP4_HOSTTOOL_USBBOOT=y