[PATCH] powerpc: Kconfig: fix reference to unknown symbol
Sascha Hauer
s.hauer at pengutronix.de
Fri May 12 04:16:03 PDT 2023
On Fri, May 12, 2023 at 05:38:38AM +0300, Antony Pavlov wrote:
> 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 <antonynpavlov at gmail.com>
> ---
> arch/powerpc/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> 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
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list