In Kconfig files, the symbols don't have a CONFIG_ prefix.
Fix an unknown Kconfig symbol introduced in d3b8a88d34
("treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJ").

Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>
---
 arch/powerpc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 4ae6d423af..ba875767b2 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -8,7 +8,7 @@ config PPC
        select HAS_CACHE
        select GENERIC_FIND_NEXT_BIT
        select OFTREE
-       select CONFIG_ARCH_HAS_SJLJ
+       select ARCH_HAS_SJLJ
        default y
 
 choice
-- 
2.39.0


Reply via email to