summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-09-30 12:36:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-04 08:12:19 +0200
commit51b320b4e1ea25d947904fbdb84696f49dc2bbb4 (patch)
treef85ed75f6736c73b1d7292c4fc03bb6cde57d6f4
parent90af40f962b8c0a6a6a0fb4c8295995b7db1ac93 (diff)
downloadbarebox-51b320b4e1ea25d947904fbdb84696f49dc2bbb4.tar.gz
barebox-51b320b4e1ea25d947904fbdb84696f49dc2bbb4.tar.xz
arm: semihosting support is not implemented for ARM64
Don't allow it to be selected in a ARM64 build. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index cb121ab98d..07c5e2d6f5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -376,6 +376,7 @@ config ARM_UNWIND
config ARM_SEMIHOSTING
bool "enable ARM semihosting support"
+ depends on !CPU_V8
help
This option enables ARM semihosting support in barebox. ARM
semihosting is a communication discipline that allows code