summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-14 09:23:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-29 08:16:40 +0200
commit03078d61a2163a69da7a59f77d28fe1a059c0a10 (patch)
tree50e1add3be506ad839243b7738c6dc4c164cfa72 /arch/arm/Kconfig
parentf820f32f5acc00b6d23db4cc0ed0a764a44384ac (diff)
downloadbarebox-03078d61a2163a69da7a59f77d28fe1a059c0a10.tar.gz
barebox-03078d61a2163a69da7a59f77d28fe1a059c0a10.tar.xz
ARM: aarch64: hide some config options
EABI and ATAGS have no meaning on aarch64, so hide the options from the user. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 563475205d..37cde0c0c5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -286,6 +286,7 @@ config ARM_ASM_UNIFIED
config AEABI
bool "Use the ARM EABI to compile barebox"
+ depends on !CPU_V8
help
This option allows for barebox to be compiled using the latest
ARM ABI (aka EABI).
@@ -308,7 +309,7 @@ config THUMB2_BAREBOX
config ARM_BOARD_APPEND_ATAG
bool "Let board specific code to add ATAGs to be passed to the kernel"
- depends on ARM_LINUX
+ depends on ARM_LINUX && !CPU_V8
help
This option is purely to start some vendor provided kernels.
** DO NOT USE FOR YOUR OWN DESIGNS! **