1
2config NR_CPUS
3 int "Maximum number of physical CPUs"
4 range 1 4095
5 default "256" if X86
6 default "8" if ARM && RCAR3
7 default "4" if ARM && QEMU
8 default "4" if ARM && MPSOC
9 default "128" if ARM
10 ---help---
11 Specifies the maximum number of physical CPUs which Xen will support.
12