Kconfig (717cb906bd43a9ac00631d600adda5c6546843a6) Kconfig (d5950b4355049092739bea97d1bdc14433126cc5)
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

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

263 <http://www.ultralinux.org/faq.html> for more information. If you
264 want to run SunOS binaries on an Ultra you must also say Y to
265 "Kernel support for 32-bit a.out binaries" above.
266
267source "mm/Kconfig"
268
269endmenu
270
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

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

263 <http://www.ultralinux.org/faq.html> for more information. If you
264 want to run SunOS binaries on an Ultra you must also say Y to
265 "Kernel support for 32-bit a.out binaries" above.
266
267source "mm/Kconfig"
268
269endmenu
270
271source "net/Kconfig"
272
271source "drivers/Kconfig"
272
273if !SUN4
274source "drivers/sbus/char/Kconfig"
275endif
276
277# This one must be before the filesystem configs. -DaveM
278

--- 55 unchanged lines hidden ---
273source "drivers/Kconfig"
274
275if !SUN4
276source "drivers/sbus/char/Kconfig"
277endif
278
279# This one must be before the filesystem configs. -DaveM
280

--- 55 unchanged lines hidden ---