thinkpad-acpi: add new debug helpers and warn of deprecated atts
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sparc64 / Kconfig
blobb376667d5112bdc495e3bed830685c1190cd8c9e
1 # sparc64 configuration
2 mainmenu "Linux Kernel Configuration for 64-bit SPARC"
4 config SPARC
5         bool
6         default y
7         select HAVE_OPROFILE
8         select HAVE_KPROBES
9         select HAVE_KRETPROBES
11 config SPARC64
12         bool
13         default y
14         select HAVE_DYNAMIC_FTRACE
15         select HAVE_FTRACE
16         select HAVE_IDE
17         select HAVE_LMB
18         select HAVE_SYSCALL_WRAPPERS
19         select HAVE_ARCH_KGDB
20         select USE_GENERIC_SMP_HELPERS if SMP
21         select HAVE_ARCH_TRACEHOOK
23 config GENERIC_TIME
24         bool
25         default y
27 config GENERIC_CMOS_UPDATE
28         bool
29         default y
31 config GENERIC_CLOCKEVENTS
32         bool
33         default y
35 config 64BIT
36         def_bool y
38 config MMU
39         bool
40         default y
42 config IOMMU_HELPER
43         bool
44         default y
46 config QUICKLIST
47         bool
48         default y
50 config STACKTRACE_SUPPORT
51         bool
52         default y
54 config LOCKDEP_SUPPORT
55         bool
56         default y
58 config ARCH_MAY_HAVE_PC_FDC
59         bool
60         default y
62 config ARCH_HAS_ILOG2_U32
63         bool
64         default n
66 config ARCH_HAS_ILOG2_U64
67         bool
68         default n
70 config AUDIT_ARCH
71         bool
72         default y
74 config HAVE_SETUP_PER_CPU_AREA
75         def_bool y
77 config ARCH_NO_VIRT_TO_BUS
78         def_bool y
80 config OF
81         def_bool y
83 config GENERIC_HARDIRQS_NO__DO_IRQ
84         bool
85         def_bool y
87 source "init/Kconfig"
89 menu "Processor type and features"
91 choice
92         prompt "Kernel page size"
93         default SPARC64_PAGE_SIZE_8KB
95 config SPARC64_PAGE_SIZE_8KB
96         bool "8KB"
97         help
98           This lets you select the page size of the kernel.
100           8KB and 64KB work quite well, since SPARC ELF sections
101           provide for up to 64KB alignment.
103           If you don't know what to do, choose 8KB.
105 config SPARC64_PAGE_SIZE_64KB
106         bool "64KB"
108 endchoice
110 config SECCOMP
111         bool "Enable seccomp to safely compute untrusted bytecode"
112         depends on PROC_FS
113         default y
114         help
115           This kernel feature is useful for number crunching applications
116           that may need to compute untrusted bytecode during their
117           execution. By using pipes or other transports made available to
118           the process as file descriptors supporting the read/write
119           syscalls, it's possible to isolate those applications in
120           their own address space using seccomp. Once seccomp is
121           enabled via /proc/<pid>/seccomp, it cannot be disabled
122           and the task is only allowed to execute a few safe syscalls
123           defined by each seccomp mode.
125           If unsure, say Y. Only embedded should say N here.
127 source kernel/Kconfig.hz
129 config HOTPLUG_CPU
130         bool "Support for hot-pluggable CPUs"
131         depends on SMP
132         select HOTPLUG
133         help
134           Say Y here to experiment with turning CPUs off and on.  CPUs
135           can be controlled through /sys/devices/system/cpu/cpu#.
136           Say N if you want to disable CPU hotplug.
138 config GENERIC_HARDIRQS
139         bool
140         default y
142 source "kernel/time/Kconfig"
144 config SMP
145         bool "Symmetric multi-processing support"
146         help
147           This enables support for systems with more than one CPU. If you have
148           a system with only one CPU, say N. If you have a system with more than
149           one CPU, say Y.
151           If you say N here, the kernel will run on single and multiprocessor
152           machines, but will use only one CPU of a multiprocessor machine. If
153           you say Y here, the kernel will run on single-processor machines.
154           On a single-processor machine, the kernel will run faster if you say
155           N here.
157           If you don't know what to do here, say N.
159 config NR_CPUS
160         int "Maximum number of CPUs (2-1024)"
161         range 2 1024
162         depends on SMP
163         default "64"
165 source "drivers/cpufreq/Kconfig"
167 config US3_FREQ
168         tristate "UltraSPARC-III CPU Frequency driver"
169         depends on CPU_FREQ
170         select CPU_FREQ_TABLE
171         help
172           This adds the CPUFreq driver for UltraSPARC-III processors.
174           For details, take a look at <file:Documentation/cpu-freq>.
176           If in doubt, say N.
178 config US2E_FREQ
179         tristate "UltraSPARC-IIe CPU Frequency driver"
180         depends on CPU_FREQ
181         select CPU_FREQ_TABLE
182         help
183           This adds the CPUFreq driver for UltraSPARC-IIe processors.
185           For details, take a look at <file:Documentation/cpu-freq>.
187           If in doubt, say N.
189 # Global things across all Sun machines.
190 config GENERIC_LOCKBREAK
191         bool
192         default y
193         depends on SMP && PREEMPT
195 config RWSEM_GENERIC_SPINLOCK
196         bool
198 config RWSEM_XCHGADD_ALGORITHM
199         bool
200         default y
202 config GENERIC_FIND_NEXT_BIT
203         bool
204         default y
206 config GENERIC_HWEIGHT
207         bool
208         default y if !ULTRA_HAS_POPULATION_COUNT
210 config GENERIC_CALIBRATE_DELAY
211         bool
212         default y
214 choice
215         prompt "SPARC64 Huge TLB Page Size"
216         depends on HUGETLB_PAGE
217         default HUGETLB_PAGE_SIZE_4MB
219 config HUGETLB_PAGE_SIZE_4MB
220         bool "4MB"
222 config HUGETLB_PAGE_SIZE_512K
223         bool "512K"
225 config HUGETLB_PAGE_SIZE_64K
226         depends on !SPARC64_PAGE_SIZE_64KB
227         bool "64K"
229 endchoice
231 endmenu
233 config NUMA
234         bool "NUMA support"
235         depends on SMP
237 config NODES_SHIFT
238         int
239         default "4"
240         depends on NEED_MULTIPLE_NODES
242 # Some NUMA nodes have memory ranges that span
243 # other nodes.  Even though a pfn is valid and
244 # between a node's start and end pfns, it may not
245 # reside on that node.  See memmap_init_zone()
246 # for details.
247 config NODES_SPAN_OTHER_NODES
248         def_bool y
249         depends on NEED_MULTIPLE_NODES
251 config ARCH_POPULATES_NODE_MAP
252         def_bool y
254 config ARCH_SELECT_MEMORY_MODEL
255         def_bool y
257 config ARCH_SPARSEMEM_ENABLE
258         def_bool y
259         select SPARSEMEM_VMEMMAP_ENABLE
261 config ARCH_SPARSEMEM_DEFAULT
262         def_bool y
264 source "mm/Kconfig"
266 config ISA
267         bool
269 config ISAPNP
270         bool
272 config EISA
273         bool
275 config MCA
276         bool
278 config PCMCIA
279         tristate
280         help
281           Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
282           computer.  These are credit-card size devices such as network cards,
283           modems or hard drives often used with laptops computers.  There are
284           actually two varieties of these cards: the older 16 bit PCMCIA cards
285           and the newer 32 bit CardBus cards.  If you want to use CardBus
286           cards, you need to say Y here and also to "CardBus support" below.
288           To use your PC-cards, you will need supporting software from David
289           Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
290           for location).  Please also read the PCMCIA-HOWTO, available from
291           <http://www.tldp.org/docs.html#howto>.
293           To compile this driver as modules, choose M here: the
294           modules will be called pcmcia_core and ds.
296 config SBUS
297         bool
298         default y
300 config SBUSCHAR
301         bool
302         default y
304 config SUN_AUXIO
305         bool
306         default y
308 config SUN_IO
309         bool
310         default y
312 config SUN_LDOMS
313         bool "Sun Logical Domains support"
314         help
315           Say Y here is you want to support virtual devices via
316           Logical Domains.
318 config PCI
319         bool "PCI support"
320         select ARCH_SUPPORTS_MSI
321         help
322           Find out whether your system includes a PCI bus. PCI is the name of
323           a bus system, i.e. the way the CPU talks to the other stuff inside
324           your box.  If you say Y here, the kernel will include drivers and
325           infrastructure code to support PCI bus devices.
327 config PCI_DOMAINS
328         def_bool PCI
330 config PCI_SYSCALL
331         def_bool PCI
333 source "drivers/pci/Kconfig"
335 config SUN_OPENPROMFS
336         tristate "Openprom tree appears in /proc/openprom"
337         help
338           If you say Y, the OpenPROM device tree will be available as a
339           virtual file system, which you can mount to /proc/openprom by "mount
340           -t openpromfs none /proc/openprom".
342           To compile the /proc/openprom support as a module, choose M here: the
343           module will be called openpromfs.  If unsure, choose M.
345 menu "Executable file formats"
347 source "fs/Kconfig.binfmt"
349 config COMPAT
350         bool
351         default y
352         select COMPAT_BINFMT_ELF
354 config SYSVIPC_COMPAT
355         bool
356         depends on COMPAT && SYSVIPC
357         default y
359 endmenu
361 config SCHED_SMT
362         bool "SMT (Hyperthreading) scheduler support"
363         depends on SMP
364         default y
365         help
366           SMT scheduler support improves the CPU scheduler's decision making
367           when dealing with SPARC cpus at a cost of slightly increased overhead
368           in some places. If unsure say N here.
370 config SCHED_MC
371         bool "Multi-core scheduler support"
372         depends on SMP
373         default y
374         help
375           Multi-core scheduler support improves the CPU scheduler's decision
376           making when dealing with multi-core CPU chips at a cost of slightly
377           increased overhead in some places. If unsure say N here.
379 source "kernel/Kconfig.preempt"
381 config CMDLINE_BOOL
382         bool "Default bootloader kernel arguments"
384 config CMDLINE
385         string "Initial kernel command string"
386         depends on CMDLINE_BOOL
387         default "console=ttyS0,9600 root=/dev/sda1"
388         help
389           Say Y here if you want to be able to pass default arguments to
390           the kernel. This will be overridden by the bootloader, if you
391           use one (such as SILO). This is most useful if you want to boot
392           a kernel from TFTP, and want default options to be available
393           with having them passed on the command line.
395           NOTE: This option WILL override the PROM bootargs setting!
397 source "net/Kconfig"
399 source "drivers/Kconfig"
401 source "drivers/sbus/char/Kconfig"
403 source "fs/Kconfig"
405 source "arch/sparc64/Kconfig.debug"
407 source "security/Kconfig"
409 source "crypto/Kconfig"
411 source "lib/Kconfig"