| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 1 | # sparc64 configuration | 
|  | 2 | mainmenu "Linux Kernel Configuration for 64-bit SPARC" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 |  | 
| Adrian Bunk | 0b57ee9 | 2005-12-22 21:03:47 -0800 | [diff] [blame] | 4 | config SPARC | 
|  | 5 | bool | 
|  | 6 | default y | 
| Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 7 | select HAVE_OPROFILE | 
| Mathieu Desnoyers | 3f55009 | 2008-02-02 15:10:35 -0500 | [diff] [blame] | 8 | select HAVE_KPROBES | 
| Ananth N Mavinakayanahalli | 9edddaa | 2008-03-04 14:28:37 -0800 | [diff] [blame] | 9 | select HAVE_KRETPROBES | 
| Adrian Bunk | 0b57ee9 | 2005-12-22 21:03:47 -0800 | [diff] [blame] | 10 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 11 | config SPARC64 | 
|  | 12 | bool | 
|  | 13 | default y | 
| David Miller | d05f5f9 | 2008-05-13 22:06:59 -0700 | [diff] [blame^] | 14 | select HAVE_FTRACE | 
| Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 15 | select HAVE_IDE | 
| David S. Miller | d9b2b2a | 2008-02-13 16:56:49 -0800 | [diff] [blame] | 16 | select HAVE_LMB | 
| David S. Miller | e2fdd7f | 2008-04-29 02:38:50 -0700 | [diff] [blame] | 17 | select HAVE_ARCH_KGDB | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 18 |  | 
| David S. Miller | 112f487 | 2007-03-05 15:28:37 -0800 | [diff] [blame] | 19 | config GENERIC_TIME | 
|  | 20 | bool | 
|  | 21 | default y | 
|  | 22 |  | 
| Thomas Gleixner | 8264445 | 2007-07-21 04:37:37 -0700 | [diff] [blame] | 23 | config GENERIC_CMOS_UPDATE | 
|  | 24 | bool | 
|  | 25 | default y | 
|  | 26 |  | 
| David S. Miller | 112f487 | 2007-03-05 15:28:37 -0800 | [diff] [blame] | 27 | config GENERIC_CLOCKEVENTS | 
|  | 28 | bool | 
|  | 29 | default y | 
|  | 30 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | config 64BIT | 
|  | 32 | def_bool y | 
|  | 33 |  | 
|  | 34 | config MMU | 
|  | 35 | bool | 
|  | 36 | default y | 
|  | 37 |  | 
| David S. Miller | d284142 | 2008-02-08 18:05:46 -0800 | [diff] [blame] | 38 | config IOMMU_HELPER | 
|  | 39 | bool | 
|  | 40 | default y | 
|  | 41 |  | 
| David Miller | 3a2cba9 | 2007-05-06 14:49:51 -0700 | [diff] [blame] | 42 | config QUICKLIST | 
|  | 43 | bool | 
|  | 44 | default y | 
|  | 45 |  | 
| David S. Miller | 10e2672 | 2006-11-16 13:38:57 -0800 | [diff] [blame] | 46 | config STACKTRACE_SUPPORT | 
|  | 47 | bool | 
|  | 48 | default y | 
|  | 49 |  | 
|  | 50 | config LOCKDEP_SUPPORT | 
|  | 51 | bool | 
|  | 52 | default y | 
|  | 53 |  | 
| viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 54 | config ARCH_MAY_HAVE_PC_FDC | 
|  | 55 | bool | 
|  | 56 | default y | 
|  | 57 |  | 
| David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 58 | config ARCH_HAS_ILOG2_U32 | 
|  | 59 | bool | 
|  | 60 | default n | 
|  | 61 |  | 
|  | 62 | config ARCH_HAS_ILOG2_U64 | 
|  | 63 | bool | 
|  | 64 | default n | 
|  | 65 |  | 
| Al Viro | f6bc0c1 | 2006-09-12 02:59:45 -0400 | [diff] [blame] | 66 | config AUDIT_ARCH | 
|  | 67 | bool | 
|  | 68 | default y | 
|  | 69 |  | 
| travis@sgi.com | 988c388 | 2008-01-30 23:27:58 +0100 | [diff] [blame] | 70 | config HAVE_SETUP_PER_CPU_AREA | 
| travis@sgi.com | b32ef63 | 2008-01-30 13:32:51 +0100 | [diff] [blame] | 71 | def_bool y | 
|  | 72 |  | 
| Stephen Rothwell | 0785b9d | 2007-07-18 00:09:30 -0700 | [diff] [blame] | 73 | config ARCH_NO_VIRT_TO_BUS | 
|  | 74 | def_bool y | 
|  | 75 |  | 
| Stephen Rothwell | 97e873e | 2007-05-01 16:26:07 +1000 | [diff] [blame] | 76 | config OF | 
|  | 77 | def_bool y | 
|  | 78 |  | 
| David S. Miller | 8d57d3a | 2007-10-22 02:16:45 -0700 | [diff] [blame] | 79 | config GENERIC_HARDIRQS_NO__DO_IRQ | 
|  | 80 | bool | 
|  | 81 | def_bool y | 
|  | 82 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | choice | 
|  | 84 | prompt "Kernel page size" | 
|  | 85 | default SPARC64_PAGE_SIZE_8KB | 
|  | 86 |  | 
|  | 87 | config SPARC64_PAGE_SIZE_8KB | 
|  | 88 | bool "8KB" | 
|  | 89 | help | 
|  | 90 | This lets you select the page size of the kernel. | 
|  | 91 |  | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 92 | 8KB and 64KB work quite well, since SPARC ELF sections | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | provide for up to 64KB alignment. | 
|  | 94 |  | 
|  | 95 | Therefore, 512KB and 4MB are for expert hackers only. | 
|  | 96 |  | 
|  | 97 | If you don't know what to do, choose 8KB. | 
|  | 98 |  | 
|  | 99 | config SPARC64_PAGE_SIZE_64KB | 
|  | 100 | bool "64KB" | 
|  | 101 |  | 
|  | 102 | config SPARC64_PAGE_SIZE_512KB | 
|  | 103 | bool "512KB" | 
|  | 104 |  | 
|  | 105 | config SPARC64_PAGE_SIZE_4MB | 
|  | 106 | bool "4MB" | 
|  | 107 |  | 
|  | 108 | endchoice | 
|  | 109 |  | 
| David S. Miller | bb49bcd | 2005-07-10 16:49:28 -0700 | [diff] [blame] | 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. | 
|  | 124 |  | 
|  | 125 | If unsure, say Y. Only embedded should say N here. | 
|  | 126 |  | 
| David S. Miller | a652481 | 2005-07-08 15:21:51 -0700 | [diff] [blame] | 127 | source kernel/Kconfig.hz | 
|  | 128 |  | 
| David S. Miller | 4f0234f | 2007-07-13 16:03:42 -0700 | [diff] [blame] | 129 | config HOTPLUG_CPU | 
|  | 130 | bool "Support for hot-pluggable CPUs" | 
|  | 131 | depends on SMP | 
|  | 132 | select HOTPLUG | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 133 | help | 
| David S. Miller | 4f0234f | 2007-07-13 16:03:42 -0700 | [diff] [blame] | 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. | 
|  | 137 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | source "init/Kconfig" | 
|  | 139 |  | 
| David S. Miller | e18e2a0 | 2006-06-20 01:23:32 -0700 | [diff] [blame] | 140 | config GENERIC_HARDIRQS | 
|  | 141 | bool | 
|  | 142 | default y | 
|  | 143 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | menu "General machine setup" | 
|  | 145 |  | 
| David S. Miller | 112f487 | 2007-03-05 15:28:37 -0800 | [diff] [blame] | 146 | source "kernel/time/Kconfig" | 
|  | 147 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | config SMP | 
|  | 149 | bool "Symmetric multi-processing support" | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 150 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | This enables support for systems with more than one CPU. If you have | 
|  | 152 | a system with only one CPU, say N. If you have a system with more than | 
|  | 153 | one CPU, say Y. | 
|  | 154 |  | 
|  | 155 | If you say N here, the kernel will run on single and multiprocessor | 
|  | 156 | machines, but will use only one CPU of a multiprocessor machine. If | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 157 | you say Y here, the kernel will run on single-processor machines. | 
|  | 158 | On a single-processor machine, the kernel will run faster if you say | 
|  | 159 | N here. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 |  | 
|  | 161 | If you don't know what to do here, say N. | 
|  | 162 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | config NR_CPUS | 
| David S. Miller | 22adb35 | 2007-05-26 01:14:43 -0700 | [diff] [blame] | 164 | int "Maximum number of CPUs (2-1024)" | 
|  | 165 | range 2 1024 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | depends on SMP | 
| David S. Miller | 22adb35 | 2007-05-26 01:14:43 -0700 | [diff] [blame] | 167 | default "64" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 |  | 
|  | 169 | source "drivers/cpufreq/Kconfig" | 
|  | 170 |  | 
|  | 171 | config US3_FREQ | 
|  | 172 | tristate "UltraSPARC-III CPU Frequency driver" | 
|  | 173 | depends on CPU_FREQ | 
|  | 174 | select CPU_FREQ_TABLE | 
|  | 175 | help | 
|  | 176 | This adds the CPUFreq driver for UltraSPARC-III processors. | 
|  | 177 |  | 
|  | 178 | For details, take a look at <file:Documentation/cpu-freq>. | 
|  | 179 |  | 
|  | 180 | If in doubt, say N. | 
|  | 181 |  | 
|  | 182 | config US2E_FREQ | 
|  | 183 | tristate "UltraSPARC-IIe CPU Frequency driver" | 
|  | 184 | depends on CPU_FREQ | 
|  | 185 | select CPU_FREQ_TABLE | 
|  | 186 | help | 
|  | 187 | This adds the CPUFreq driver for UltraSPARC-IIe processors. | 
|  | 188 |  | 
|  | 189 | For details, take a look at <file:Documentation/cpu-freq>. | 
|  | 190 |  | 
|  | 191 | If in doubt, say N. | 
|  | 192 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | # Global things across all Sun machines. | 
| Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 194 | config GENERIC_LOCKBREAK | 
|  | 195 | bool | 
|  | 196 | default y | 
|  | 197 | depends on SMP && PREEMPT | 
|  | 198 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | config RWSEM_GENERIC_SPINLOCK | 
|  | 200 | bool | 
|  | 201 |  | 
|  | 202 | config RWSEM_XCHGADD_ALGORITHM | 
|  | 203 | bool | 
|  | 204 | default y | 
|  | 205 |  | 
| Akinobu Mita | 2d78d4b | 2006-03-26 01:39:40 -0800 | [diff] [blame] | 206 | config GENERIC_FIND_NEXT_BIT | 
|  | 207 | bool | 
|  | 208 | default y | 
|  | 209 |  | 
|  | 210 | config GENERIC_HWEIGHT | 
|  | 211 | bool | 
|  | 212 | default y if !ULTRA_HAS_POPULATION_COUNT | 
|  | 213 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | config GENERIC_CALIBRATE_DELAY | 
|  | 215 | bool | 
|  | 216 | default y | 
|  | 217 |  | 
|  | 218 | choice | 
|  | 219 | prompt "SPARC64 Huge TLB Page Size" | 
|  | 220 | depends on HUGETLB_PAGE | 
|  | 221 | default HUGETLB_PAGE_SIZE_4MB | 
|  | 222 |  | 
|  | 223 | config HUGETLB_PAGE_SIZE_4MB | 
|  | 224 | bool "4MB" | 
|  | 225 |  | 
|  | 226 | config HUGETLB_PAGE_SIZE_512K | 
| David S. Miller | dcc1e8d | 2006-03-22 00:49:59 -0800 | [diff] [blame] | 227 | depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | bool "512K" | 
|  | 229 |  | 
|  | 230 | config HUGETLB_PAGE_SIZE_64K | 
| Jean-Luc Léger | f2a1585 | 2006-04-18 16:19:53 -0700 | [diff] [blame] | 231 | depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB && !SPARC64_PAGE_SIZE_64KB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | bool "64K" | 
|  | 233 |  | 
|  | 234 | endchoice | 
|  | 235 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 236 | endmenu | 
|  | 237 |  | 
| David S. Miller | 919ee67 | 2008-04-23 05:40:25 -0700 | [diff] [blame] | 238 | config NUMA | 
|  | 239 | bool "NUMA support" | 
|  | 240 |  | 
|  | 241 | config NODES_SHIFT | 
|  | 242 | int | 
|  | 243 | default "4" | 
|  | 244 | depends on NEED_MULTIPLE_NODES | 
|  | 245 |  | 
|  | 246 | # Some NUMA nodes have memory ranges that span | 
|  | 247 | # other nodes.  Even though a pfn is valid and | 
|  | 248 | # between a node's start and end pfns, it may not | 
|  | 249 | # reside on that node.  See memmap_init_zone() | 
|  | 250 | # for details. | 
|  | 251 | config NODES_SPAN_OTHER_NODES | 
|  | 252 | def_bool y | 
|  | 253 | depends on NEED_MULTIPLE_NODES | 
|  | 254 |  | 
|  | 255 | config ARCH_POPULATES_NODE_MAP | 
|  | 256 | def_bool y | 
|  | 257 |  | 
| David S. Miller | 68491d5 | 2006-04-06 20:28:11 -0700 | [diff] [blame] | 258 | config ARCH_SELECT_MEMORY_MODEL | 
|  | 259 | def_bool y | 
|  | 260 |  | 
| David S. Miller | d111201 | 2006-03-08 02:16:07 -0800 | [diff] [blame] | 261 | config ARCH_SPARSEMEM_ENABLE | 
|  | 262 | def_bool y | 
| David Miller | 46644c2 | 2007-10-16 01:24:16 -0700 | [diff] [blame] | 263 | select SPARSEMEM_VMEMMAP_ENABLE | 
| David S. Miller | d111201 | 2006-03-08 02:16:07 -0800 | [diff] [blame] | 264 |  | 
|  | 265 | config ARCH_SPARSEMEM_DEFAULT | 
|  | 266 | def_bool y | 
|  | 267 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 268 | source "mm/Kconfig" | 
|  | 269 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | config ISA | 
|  | 271 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 |  | 
|  | 273 | config ISAPNP | 
|  | 274 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 |  | 
|  | 276 | config EISA | 
|  | 277 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 |  | 
|  | 279 | config MCA | 
|  | 280 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 |  | 
|  | 282 | config PCMCIA | 
|  | 283 | tristate | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 284 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | Say Y here if you want to attach PCMCIA- or PC-cards to your Linux | 
|  | 286 | computer.  These are credit-card size devices such as network cards, | 
|  | 287 | modems or hard drives often used with laptops computers.  There are | 
|  | 288 | actually two varieties of these cards: the older 16 bit PCMCIA cards | 
|  | 289 | and the newer 32 bit CardBus cards.  If you want to use CardBus | 
|  | 290 | cards, you need to say Y here and also to "CardBus support" below. | 
|  | 291 |  | 
|  | 292 | To use your PC-cards, you will need supporting software from David | 
|  | 293 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | 
|  | 294 | for location).  Please also read the PCMCIA-HOWTO, available from | 
|  | 295 | <http://www.tldp.org/docs.html#howto>. | 
|  | 296 |  | 
|  | 297 | To compile this driver as modules, choose M here: the | 
|  | 298 | modules will be called pcmcia_core and ds. | 
|  | 299 |  | 
|  | 300 | config SBUS | 
|  | 301 | bool | 
|  | 302 | default y | 
|  | 303 |  | 
|  | 304 | config SBUSCHAR | 
|  | 305 | bool | 
|  | 306 | default y | 
|  | 307 |  | 
|  | 308 | config SUN_AUXIO | 
|  | 309 | bool | 
|  | 310 | default y | 
|  | 311 |  | 
|  | 312 | config SUN_IO | 
|  | 313 | bool | 
|  | 314 | default y | 
|  | 315 |  | 
| David S. Miller | e53e97c | 2007-07-09 22:22:44 -0700 | [diff] [blame] | 316 | config SUN_LDOMS | 
|  | 317 | bool "Sun Logical Domains support" | 
|  | 318 | help | 
|  | 319 | Say Y here is you want to support virtual devices via | 
|  | 320 | Logical Domains. | 
|  | 321 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | config PCI | 
|  | 323 | bool "PCI support" | 
| Dan Williams | f282b97 | 2007-04-18 18:46:20 +1000 | [diff] [blame] | 324 | select ARCH_SUPPORTS_MSI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | help | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 326 | Find out whether your system includes a PCI bus. PCI is the name of | 
|  | 327 | a bus system, i.e. the way the CPU talks to the other stuff inside | 
|  | 328 | your box.  If you say Y here, the kernel will include drivers and | 
|  | 329 | infrastructure code to support PCI bus devices. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | config PCI_DOMAINS | 
| Matthew Wilcox | 36e2359 | 2007-07-10 10:54:40 -0600 | [diff] [blame] | 332 | def_bool PCI | 
|  | 333 |  | 
|  | 334 | config PCI_SYSCALL | 
|  | 335 | def_bool PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | source "drivers/pci/Kconfig" | 
|  | 338 |  | 
|  | 339 | config SUN_OPENPROMFS | 
|  | 340 | tristate "Openprom tree appears in /proc/openprom" | 
|  | 341 | help | 
|  | 342 | If you say Y, the OpenPROM device tree will be available as a | 
|  | 343 | virtual file system, which you can mount to /proc/openprom by "mount | 
|  | 344 | -t openpromfs none /proc/openprom". | 
|  | 345 |  | 
|  | 346 | To compile the /proc/openprom support as a module, choose M here: the | 
|  | 347 | module will be called openpromfs.  If unsure, choose M. | 
|  | 348 |  | 
| David S. Miller | ec98c6b | 2008-04-20 02:14:23 -0700 | [diff] [blame] | 349 | menu "Executable file formats" | 
|  | 350 |  | 
|  | 351 | source "fs/Kconfig.binfmt" | 
|  | 352 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | config COMPAT | 
|  | 354 | bool | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 355 | default y | 
| David S. Miller | 48c946a | 2008-02-08 00:08:10 -0800 | [diff] [blame] | 356 | select COMPAT_BINFMT_ELF | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 |  | 
| David S. Miller | ec98c6b | 2008-04-20 02:14:23 -0700 | [diff] [blame] | 358 | config SYSVIPC_COMPAT | 
|  | 359 | bool | 
|  | 360 | depends on COMPAT && SYSVIPC | 
|  | 361 | default y | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 363 | endmenu | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 |  | 
| David S. Miller | 8935dce | 2006-03-08 16:09:19 -0800 | [diff] [blame] | 365 | config SCHED_SMT | 
|  | 366 | bool "SMT (Hyperthreading) scheduler support" | 
|  | 367 | depends on SMP | 
|  | 368 | default y | 
|  | 369 | help | 
|  | 370 | SMT scheduler support improves the CPU scheduler's decision making | 
| David S. Miller | 05d515e | 2008-04-26 03:07:34 -0700 | [diff] [blame] | 371 | when dealing with SPARC cpus at a cost of slightly increased overhead | 
|  | 372 | in some places. If unsure say N here. | 
| David S. Miller | 8935dce | 2006-03-08 16:09:19 -0800 | [diff] [blame] | 373 |  | 
| David S. Miller | f78eae2 | 2007-06-04 17:01:39 -0700 | [diff] [blame] | 374 | config SCHED_MC | 
|  | 375 | bool "Multi-core scheduler support" | 
|  | 376 | depends on SMP | 
|  | 377 | default y | 
|  | 378 | help | 
|  | 379 | Multi-core scheduler support improves the CPU scheduler's decision | 
|  | 380 | making when dealing with multi-core CPU chips at a cost of slightly | 
|  | 381 | increased overhead in some places. If unsure say N here. | 
|  | 382 |  | 
| David S. Miller | db2f9f6 | 2007-03-17 15:23:22 -0700 | [diff] [blame] | 383 | source "kernel/Kconfig.preempt" | 
|  | 384 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | config CMDLINE_BOOL | 
|  | 386 | bool "Default bootloader kernel arguments" | 
|  | 387 |  | 
|  | 388 | config CMDLINE | 
|  | 389 | string "Initial kernel command string" | 
|  | 390 | depends on CMDLINE_BOOL | 
|  | 391 | default "console=ttyS0,9600 root=/dev/sda1" | 
|  | 392 | help | 
|  | 393 | Say Y here if you want to be able to pass default arguments to | 
|  | 394 | the kernel. This will be overridden by the bootloader, if you | 
|  | 395 | use one (such as SILO). This is most useful if you want to boot | 
|  | 396 | a kernel from TFTP, and want default options to be available | 
|  | 397 | with having them passed on the command line. | 
|  | 398 |  | 
|  | 399 | NOTE: This option WILL override the PROM bootargs setting! | 
|  | 400 |  | 
| Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 401 | source "net/Kconfig" | 
|  | 402 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 403 | source "drivers/Kconfig" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 |  | 
|  | 405 | source "drivers/sbus/char/Kconfig" | 
|  | 406 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | source "fs/Kconfig" | 
|  | 408 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | source "arch/sparc64/Kconfig.debug" | 
|  | 410 |  | 
|  | 411 | source "security/Kconfig" | 
|  | 412 |  | 
|  | 413 | source "crypto/Kconfig" | 
|  | 414 |  | 
|  | 415 | source "lib/Kconfig" |