Kconfig (ef8f3d48afd6a17a0dae8c277c2f539c2f19fd16) Kconfig (4f4cfa6c560c93ba180c30675cf845e1597de44c)
1# SPDX-License-Identifier: GPL-2.0-only
2config 64BIT
3 bool "64-bit kernel" if "$(ARCH)" = "sparc"
4 default "$(ARCH)" = "sparc64"
5 help
6 SPARC is a family of RISC microprocessors designed and marketed by
7 Sun Microsystems, incorporated. They are very widely found in Sun
8 workstations and clones.

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

175 you say Y here, the kernel will run on many, but not all,
176 uniprocessor machines. On a uniprocessor machine, the kernel
177 will run faster if you say N here.
178
179 People using multiprocessor machines who say Y here should also say
180 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
181 Management" code will be disabled if you say Y here.
182
1# SPDX-License-Identifier: GPL-2.0-only
2config 64BIT
3 bool "64-bit kernel" if "$(ARCH)" = "sparc"
4 default "$(ARCH)" = "sparc64"
5 help
6 SPARC is a family of RISC microprocessors designed and marketed by
7 Sun Microsystems, incorporated. They are very widely found in Sun
8 workstations and clones.

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

175 you say Y here, the kernel will run on many, but not all,
176 uniprocessor machines. On a uniprocessor machine, the kernel
177 will run faster if you say N here.
178
179 People using multiprocessor machines who say Y here should also say
180 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
181 Management" code will be disabled if you say Y here.
182
183 See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
183 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
184 available at <http://www.tldp.org/docs.html#howto>.
185
186 If you don't know what to do here, say N.
187
188config NR_CPUS
189 int "Maximum number of CPUs"
190 depends on SMP
191 range 2 32 if SPARC32

--- 347 unchanged lines hidden ---
184 available at <http://www.tldp.org/docs.html#howto>.
185
186 If you don't know what to do here, say N.
187
188config NR_CPUS
189 int "Maximum number of CPUs"
190 depends on SMP
191 range 2 32 if SPARC32

--- 347 unchanged lines hidden ---