diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 9da795e49337..915a7ac6a91a 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
@@ -262,8 +262,8 @@ config SMP | |||
262 | If you don't know what to do here, say N. | 262 | If you don't know what to do here, say N. |
263 | 263 | ||
264 | config NR_CPUS | 264 | config NR_CPUS |
265 | int "Maximum number of CPUs (2-1024)" | 265 | int "Maximum number of CPUs (2-8192)" |
266 | range 2 1024 | 266 | range 2 8192 |
267 | depends on SMP | 267 | depends on SMP |
268 | default "32" if PPC64 | 268 | default "32" if PPC64 |
269 | default "4" | 269 | default "4" |