aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index c480770fabcd..17526bebcbd2 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -244,11 +244,11 @@ config PARISC_PAGE_SIZE_4KB
244 244
245config PARISC_PAGE_SIZE_16KB 245config PARISC_PAGE_SIZE_16KB
246 bool "16KB" 246 bool "16KB"
247 depends on PA8X00 247 depends on PA8X00 && BROKEN
248 248
249config PARISC_PAGE_SIZE_64KB 249config PARISC_PAGE_SIZE_64KB
250 bool "64KB" 250 bool "64KB"
251 depends on PA8X00 251 depends on PA8X00 && BROKEN
252 252
253endchoice 253endchoice
254 254
@@ -347,7 +347,7 @@ config NR_CPUS
347 int "Maximum number of CPUs (2-32)" 347 int "Maximum number of CPUs (2-32)"
348 range 2 32 348 range 2 32
349 depends on SMP 349 depends on SMP
350 default "32" 350 default "4"
351 351
352endmenu 352endmenu
353 353