Kconfig (b0b933c08bd5fd053bbba8ba6387f543be03d49f) Kconfig (bdc807871d58285737d50dc6163d0feb72cb0dc2)
1# $Id: config.in,v 1.113 2002/01/24 22:14:44 davem Exp $
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SPARC Kernel Configuration"
7
8config MMU

--- 16 unchanged lines hidden (view full) ---

25 def_bool y
26
27config OF
28 def_bool y
29
30config ARCH_SUPPORTS_AOUT
31 def_bool y
32
1# $Id: config.in,v 1.113 2002/01/24 22:14:44 davem Exp $
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SPARC Kernel Configuration"
7
8config MMU

--- 16 unchanged lines hidden (view full) ---

25 def_bool y
26
27config OF
28 def_bool y
29
30config ARCH_SUPPORTS_AOUT
31 def_bool y
32
33config HZ
34 int
35 default 100
36
33source "init/Kconfig"
34
35menu "General machine setup"
36
37config SMP
38 bool "Symmetric multi-processing support (does not work on sun4/sun4c)"
39 ---help---
40 This enables support for systems with more than one CPU. If you have

--- 292 unchanged lines hidden ---
37source "init/Kconfig"
38
39menu "General machine setup"
40
41config SMP
42 bool "Symmetric multi-processing support (does not work on sun4/sun4c)"
43 ---help---
44 This enables support for systems with more than one CPU. If you have

--- 292 unchanged lines hidden ---