summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-10-07 14:41:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-07 14:41:58 +0200
commitac68239d18f227e56933773a68e2edbe92c6aac7 (patch)
tree716487b48ff8b453f9d84996036763375bac3ac8 /common
parentaa54b4be0a467d6180d4113fc5dbba453202ac6b (diff)
parent1c1198a3f252a9af91a128263c9ee25682cf7160 (diff)
downloadbarebox-ac68239d18f227e56933773a68e2edbe92c6aac7.tar.gz
barebox-ac68239d18f227e56933773a68e2edbe92c6aac7.tar.xz
Merge branch 'for-next/targettools'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 85fb63fb2c..4239ddfb19 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -734,19 +734,6 @@ config IMD
select CRC32
bool "barebox metadata support"
-config IMD_TARGET
- bool "build bareboximd target tool"
- depends on IMD
-
-config KERNEL_INSTALL_TARGET
- bool
- depends on !SANDBOX
- 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
-
choice
prompt "console support"
default CONSOLE_FULL
@@ -993,22 +980,6 @@ config DEFAULT_ENVIRONMENT_PATH
be taken. Relative paths will be relative to the barebox top-level
directory, but absolute paths are fine as well.
-config BAREBOXENV_TARGET
- bool
- depends on !SANDBOX
- 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"
- depends on !SANDBOX
- help
- 'bareboxcrc32' is a userspacetool to generate the crc32 checksums the same way
- barebox does. Say yes here to build it for the target.
-
config HAS_SCHED
bool