On 10.10.2024 16:03, Ayan Kumar Halder wrote: > --- a/xen/arch/Kconfig > +++ b/xen/arch/Kconfig > @@ -6,11 +6,13 @@ config PHYS_ADDR_T_32 > > config NR_CPUS > int "Maximum number of CPUs" > + range 1 1 if MPU
I think this "if" and ... > range 1 16383 > default "256" if X86 > default "8" if ARM && RCAR3 > default "4" if ARM && QEMU > default "4" if ARM && MPSOC > + default "1" if ARM && MPU ... this one need to have the same condition. Jan