Re: [PATCH] ARM: fix XIP_KERNEL dependencies

From: Arnd Bergmann
Date: Tue Aug 30 2022 - 05:19:50 EST


On Tue, Aug 30, 2022, at 9:41 AM, Geert Uytterhoeven wrote:
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -1619,6 +1619,7 @@ endchoice
>> config XIP_KERNEL
>> bool "Kernel Execute-In-Place from ROM"
>> depends on !ARM_LPAE && !ARCH_MULTIPLATFORM
>> + depends on !SMP_ON_UP && !ARM_PATCH_IDIV && !ARM_PATCH_PHYS_VIRT
>
> You may want to keep the list sorted.

Done

> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Thanks,

Arnd