diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 24f732342d3e..548a7b321633 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -525,6 +525,11 @@ config 4KSTACKS | |||
525 | running more threads on a system and also reduces the pressure | 525 | running more threads on a system and also reduces the pressure |
526 | on the VM subsystem for higher order allocations. | 526 | on the VM subsystem for higher order allocations. |
527 | 527 | ||
528 | config HZ | ||
529 | int | ||
530 | default 1000 if CLEOPATRA | ||
531 | default 100 | ||
532 | |||
528 | comment "RAM configuration" | 533 | comment "RAM configuration" |
529 | 534 | ||
530 | config RAMBASE | 535 | config RAMBASE |