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