diff options
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index d9df913a464d..5b7dcd5a0e75 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -615,6 +615,11 @@ config VERBOSE_MCHECK_ON | |||
615 | 615 | ||
616 | Take the default (1) unless you want more control or more info. | 616 | Take the default (1) unless you want more control or more info. |
617 | 617 | ||
618 | config HZ | ||
619 | int | ||
620 | default 1200 if ALPHA_RAWHIDE | ||
621 | default 1024 | ||
622 | |||
618 | source "drivers/pci/Kconfig" | 623 | source "drivers/pci/Kconfig" |
619 | source "drivers/eisa/Kconfig" | 624 | source "drivers/eisa/Kconfig" |
620 | 625 | ||