Kconfig (d344c5e0856ad03278d8700b503762dbc8b86e12) Kconfig (12c62c2e9abf8da804fe1def1f5bb44d023f569f)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

321 you have a system with more than one CPU, say Y.
322
323 If you say N here, the kernel will run on single and multiprocessor
324 machines, but will use only one CPU of a multiprocessor machine. If
325 you say Y here, the kernel will run on many, but not all, single
326 processor machines. On a single processor machine, the kernel will
327 run faster if you say N here.
328
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

321 you have a system with more than one CPU, say Y.
322
323 If you say N here, the kernel will run on single and multiprocessor
324 machines, but will use only one CPU of a multiprocessor machine. If
325 you say Y here, the kernel will run on many, but not all, single
326 processor machines. On a single processor machine, the kernel will
327 run faster if you say N here.
328
329 See also the <file:Documentation/smp.tex>,
330 <file:Documentation/smp.txt>, <file:Documentation/i386/IO-APIC.txt>,
329 See also the <file:Documentation/smp.txt>,
330 <file:Documentation/i386/IO-APIC.txt>,
331 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
332 <http://www.linuxdoc.org/docs.html#howto>.
333
334 If you don't know what to do here, say N.
335
336config NR_CPUS
337 int "Maximum number of CPUs (2-32)"
338 range 2 32

--- 408 unchanged lines hidden ---
331 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
332 <http://www.linuxdoc.org/docs.html#howto>.
333
334 If you don't know what to do here, say N.
335
336config NR_CPUS
337 int "Maximum number of CPUs (2-32)"
338 range 2 32

--- 408 unchanged lines hidden ---