diff options
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 80b9a44c99..8d76638ff9 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -60,7 +60,7 @@ config X2APIC_RUNTIME config X2APIC_LATE_WORKAROUND prompt "Use XAPIC for AP bringup, then change to X2APIC" bool - depends on PARALLEL_MP && MAX_CPUS < 255 + depends on PARALLEL_MP && MAX_CPUS < 256 help Choose this option if the platform supports dynamic switching between XAPIC to X2APIC. The initial Application Processors (APs) are configured |