summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-08-24 00:30:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-28 08:10:06 +0200
commita38c18e8504ff602832d585fb5575d470fdfd157 (patch)
treef1b78cb358cbf31208416156fa7d7555c0338697 /common/Kconfig
parent62f92623b980d034e186bfb7dcb9b6138f953c19 (diff)
downloadbarebox-a38c18e8504ff602832d585fb5575d470fdfd157.tar.gz
barebox-a38c18e8504ff602832d585fb5575d470fdfd157.tar.xz
common: remove negative dependency on SANDBOX for IMD_TARGET
This dependency was added in commit b3d5c43cb8a2d492355a (2016-04-07, Antony Pavlov: "common: add dependency !SANDBOX on imd target tool"), but it seems to compile fine four years down the line. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b350f5c355..140b0f95c1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -699,7 +699,6 @@ config IMD
config IMD_TARGET
bool "build bareboximd target tool"
depends on IMD
- depends on !SANDBOX
config KERNEL_INSTALL_TARGET
bool