aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-05-20 13:24:22 +0200
committerTom Rini <trini@konsulko.com>2021-05-24 14:21:30 -0400
commit8f9696510afc2b52ebeba5d1db4883cf3331c206 (patch)
treedf82e1281e45945237fee8e4c947c1d396f35a3f /arch/Kconfig
parent2361b5eb5c3e116519518848fe8db9aed4841f4a (diff)
downloadu-boot-8f9696510afc2b52ebeba5d1db4883cf3331c206.zip
u-boot-8f9696510afc2b52ebeba5d1db4883cf3331c206.tar.gz
u-boot-8f9696510afc2b52ebeba5d1db4883cf3331c206.tar.bz2
ARM: make LTO available
Make LTO available for ARM architecture. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 8fd39e3..49813a4 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -33,6 +33,7 @@ config ARC
config ARM
bool "ARM architecture"
+ select ARCH_SUPPORTS_LTO
select CREATE_ARCH_SYMLINK
select HAVE_PRIVATE_LIBGCC if !ARM64
select SUPPORT_OF_CONTROL