From 10c07815dad55ae3cb24c568be562361439a6f48 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 12 May 2023 05:38:38 +0300 Subject: powerpc: Kconfig: fix reference to unknown symbol 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 Link: https://lore.barebox.org/20230512023838.1255762-1-antonynpavlov@gmail.com Signed-off-by: Sascha Hauer --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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 -- cgit v1.2.1