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