arm: Kconfig: enable LTO for ARCH_K3

CONFIG_LTO enables Link Time Optimizations that helps in reducing binary
size. The config has been validated on all K3 platforms so can be safely
enabled.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
Anshul Dalal
2025-06-16 13:34:30 +05:30
committed by Tom Rini
parent f05ba765a1
commit 5609f200d0

View File

@@ -820,6 +820,7 @@ config ARCH_K3
select FIT
select REGEX
select FIT_SIGNATURE if ARM64
select LTO
imply TI_SECURE_DEVICE
config ARCH_OMAP2PLUS