1 # sparc64 configuration
2 mainmenu "Linux Kernel Configuration for 64-bit SPARC"
14 select HAVE_DYNAMIC_FTRACE
19 select USE_GENERIC_SMP_HELPERS if SMP
20 select HAVE_ARCH_TRACEHOOK
26 config GENERIC_CMOS_UPDATE
30 config GENERIC_CLOCKEVENTS
49 config STACKTRACE_SUPPORT
53 config LOCKDEP_SUPPORT
57 config ARCH_MAY_HAVE_PC_FDC
61 config ARCH_HAS_ILOG2_U32
65 config ARCH_HAS_ILOG2_U64
73 config HAVE_SETUP_PER_CPU_AREA
76 config ARCH_NO_VIRT_TO_BUS
82 config GENERIC_HARDIRQS_NO__DO_IRQ
88 menu "Processor type and features"
91 prompt "Kernel page size"
92 default SPARC64_PAGE_SIZE_8KB
94 config SPARC64_PAGE_SIZE_8KB
97 This lets you select the page size of the kernel.
99 8KB and 64KB work quite well, since SPARC ELF sections
100 provide for up to 64KB alignment.
102 If you don't know what to do, choose 8KB.
104 config SPARC64_PAGE_SIZE_64KB
110 bool "Enable seccomp to safely compute untrusted bytecode"
114 This kernel feature is useful for number crunching applications
115 that may need to compute untrusted bytecode during their
116 execution. By using pipes or other transports made available to
117 the process as file descriptors supporting the read/write
118 syscalls, it's possible to isolate those applications in
119 their own address space using seccomp. Once seccomp is
120 enabled via /proc/<pid>/seccomp, it cannot be disabled
121 and the task is only allowed to execute a few safe syscalls
122 defined by each seccomp mode.
124 If unsure, say Y. Only embedded should say N here.
126 source kernel/Kconfig.hz
129 bool "Support for hot-pluggable CPUs"
133 Say Y here to experiment with turning CPUs off and on. CPUs
134 can be controlled through /sys/devices/system/cpu/cpu#.
135 Say N if you want to disable CPU hotplug.
137 config GENERIC_HARDIRQS
141 source "kernel/time/Kconfig"
144 bool "Symmetric multi-processing support"
146 This enables support for systems with more than one CPU. If you have
147 a system with only one CPU, say N. If you have a system with more than
150 If you say N here, the kernel will run on single and multiprocessor
151 machines, but will use only one CPU of a multiprocessor machine. If
152 you say Y here, the kernel will run on single-processor machines.
153 On a single-processor machine, the kernel will run faster if you say
156 If you don't know what to do here, say N.
159 int "Maximum number of CPUs (2-1024)"
164 source "drivers/cpufreq/Kconfig"
167 tristate "UltraSPARC-III CPU Frequency driver"
169 select CPU_FREQ_TABLE
171 This adds the CPUFreq driver for UltraSPARC-III processors.
173 For details, take a look at <file:Documentation/cpu-freq>.
178 tristate "UltraSPARC-IIe CPU Frequency driver"
180 select CPU_FREQ_TABLE
182 This adds the CPUFreq driver for UltraSPARC-IIe processors.
184 For details, take a look at <file:Documentation/cpu-freq>.
188 # Global things across all Sun machines.
189 config GENERIC_LOCKBREAK
192 depends on SMP && PREEMPT
194 config RWSEM_GENERIC_SPINLOCK
197 config RWSEM_XCHGADD_ALGORITHM
201 config GENERIC_FIND_NEXT_BIT
205 config GENERIC_HWEIGHT
207 default y if !ULTRA_HAS_POPULATION_COUNT
209 config GENERIC_CALIBRATE_DELAY
214 prompt "SPARC64 Huge TLB Page Size"
215 depends on HUGETLB_PAGE
216 default HUGETLB_PAGE_SIZE_4MB
218 config HUGETLB_PAGE_SIZE_4MB
221 config HUGETLB_PAGE_SIZE_512K
224 config HUGETLB_PAGE_SIZE_64K
225 depends on !SPARC64_PAGE_SIZE_64KB
239 depends on NEED_MULTIPLE_NODES
241 # Some NUMA nodes have memory ranges that span
242 # other nodes. Even though a pfn is valid and
243 # between a node's start and end pfns, it may not
244 # reside on that node. See memmap_init_zone()
246 config NODES_SPAN_OTHER_NODES
248 depends on NEED_MULTIPLE_NODES
250 config ARCH_POPULATES_NODE_MAP
253 config ARCH_SELECT_MEMORY_MODEL
256 config ARCH_SPARSEMEM_ENABLE
258 select SPARSEMEM_VMEMMAP_ENABLE
260 config ARCH_SPARSEMEM_DEFAULT
280 Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
281 computer. These are credit-card size devices such as network cards,
282 modems or hard drives often used with laptops computers. There are
283 actually two varieties of these cards: the older 16 bit PCMCIA cards
284 and the newer 32 bit CardBus cards. If you want to use CardBus
285 cards, you need to say Y here and also to "CardBus support" below.
287 To use your PC-cards, you will need supporting software from David
288 Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
289 for location). Please also read the PCMCIA-HOWTO, available from
290 <http://www.tldp.org/docs.html#howto>.
292 To compile this driver as modules, choose M here: the
293 modules will be called pcmcia_core and ds.
312 bool "Sun Logical Domains support"
314 Say Y here is you want to support virtual devices via
319 select ARCH_SUPPORTS_MSI
321 Find out whether your system includes a PCI bus. PCI is the name of
322 a bus system, i.e. the way the CPU talks to the other stuff inside
323 your box. If you say Y here, the kernel will include drivers and
324 infrastructure code to support PCI bus devices.
332 source "drivers/pci/Kconfig"
334 config SUN_OPENPROMFS
335 tristate "Openprom tree appears in /proc/openprom"
337 If you say Y, the OpenPROM device tree will be available as a
338 virtual file system, which you can mount to /proc/openprom by "mount
339 -t openpromfs none /proc/openprom".
341 To compile the /proc/openprom support as a module, choose M here: the
342 module will be called openpromfs. If unsure, choose M.
344 menu "Executable file formats"
346 source "fs/Kconfig.binfmt"
351 select COMPAT_BINFMT_ELF
353 config SYSVIPC_COMPAT
355 depends on COMPAT && SYSVIPC
361 bool "SMT (Hyperthreading) scheduler support"
365 SMT scheduler support improves the CPU scheduler's decision making
366 when dealing with SPARC cpus at a cost of slightly increased overhead
367 in some places. If unsure say N here.
370 bool "Multi-core scheduler support"
374 Multi-core scheduler support improves the CPU scheduler's decision
375 making when dealing with multi-core CPU chips at a cost of slightly
376 increased overhead in some places. If unsure say N here.
378 source "kernel/Kconfig.preempt"
381 bool "Default bootloader kernel arguments"
384 string "Initial kernel command string"
385 depends on CMDLINE_BOOL
386 default "console=ttyS0,9600 root=/dev/sda1"
388 Say Y here if you want to be able to pass default arguments to
389 the kernel. This will be overridden by the bootloader, if you
390 use one (such as SILO). This is most useful if you want to boot
391 a kernel from TFTP, and want default options to be available
392 with having them passed on the command line.
394 NOTE: This option WILL override the PROM bootargs setting!
398 source "drivers/Kconfig"
400 source "drivers/sbus/char/Kconfig"
404 source "arch/sparc64/Kconfig.debug"
406 source "security/Kconfig"
408 source "crypto/Kconfig"