From aa99fc54ed6177f25a6d987dfc8def813784de50 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 9 Nov 2025 19:45:41 +0100 Subject: [PATCH] ARM: Fix HAS_ARMV7_SECURE_BASE help text Drop the 'a' from 'ahardware', no functional change. Signed-off-by: Marek Vasut --- arch/arm/cpu/armv7/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/Kconfig b/arch/arm/cpu/armv7/Kconfig index ab86d642eee..3a3c1784e18 100644 --- a/arch/arm/cpu/armv7/Kconfig +++ b/arch/arm/cpu/armv7/Kconfig @@ -28,7 +28,7 @@ config ARMV7_BOOT_SEC_DEFAULT variable to "sec" or "nonsec". config HAS_ARMV7_SECURE_BASE - bool "Enable support for a ahardware secure memory area" + bool "Enable support for a hardware secure memory area" default y if ARCH_LS1021A || ARCH_MX7 || ARCH_MX7ULP || ARCH_STM32MP \ || MACH_SUN6I || MACH_SUN7I || MACH_SUN8I || TEGRA124 -- 2.47.3