aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sparc/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index d460fc51d546..3ff77f81bd83 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -55,10 +55,6 @@ config ARCH_NO_VIRT_TO_BUS
55config OF 55config OF
56 def_bool y 56 def_bool y
57 57
58config HZ
59 int
60 default 100
61
62source "init/Kconfig" 58source "init/Kconfig"
63 59
64source "kernel/Kconfig.freezer" 60source "kernel/Kconfig.freezer"
@@ -93,6 +89,7 @@ config NR_CPUS
93 depends on SMP 89 depends on SMP
94 default "32" 90 default "32"
95 91
92source "kernel/Kconfig.hz"
96 93
97# Global things across all Sun machines. 94# Global things across all Sun machines.
98config ISA 95config ISA