| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # $Id: config.in,v 1.158 2002/01/24 22:14:44 davem Exp $ | 
 | 2 | # For a description of the syntax of this configuration file, | 
 | 3 | # see the Configure script. | 
 | 4 | # | 
 | 5 |  | 
 | 6 | mainmenu "Linux/UltraSPARC Kernel Configuration" | 
 | 7 |  | 
| Adrian Bunk | 0b57ee9 | 2005-12-22 21:03:47 -0800 | [diff] [blame] | 8 | config SPARC | 
 | 9 | 	bool | 
 | 10 | 	default y | 
| Mathieu Desnoyers | 42d4b83 | 2008-02-02 15:10:34 -0500 | [diff] [blame] | 11 | 	select HAVE_OPROFILE | 
| Mathieu Desnoyers | 3f55009 | 2008-02-02 15:10:35 -0500 | [diff] [blame] | 12 | 	select HAVE_KPROBES | 
| Adrian Bunk | 0b57ee9 | 2005-12-22 21:03:47 -0800 | [diff] [blame] | 13 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 14 | config SPARC64 | 
 | 15 | 	bool | 
 | 16 | 	default y | 
| Sam Ravnborg | ec7748b | 2008-02-09 10:46:40 +0100 | [diff] [blame] | 17 | 	select HAVE_IDE | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 18 | 	help | 
 | 19 | 	  SPARC is a family of RISC microprocessors designed and marketed by | 
 | 20 | 	  Sun Microsystems, incorporated.  This port covers the newer 64-bit | 
 | 21 | 	  UltraSPARC.  The UltraLinux project maintains both the SPARC32 and | 
 | 22 | 	  SPARC64 ports; its web page is available at | 
 | 23 | 	  <http://www.ultralinux.org/>. | 
 | 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 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | config 64BIT | 
 | 38 | 	def_bool y | 
 | 39 |  | 
 | 40 | config MMU | 
 | 41 | 	bool | 
 | 42 | 	default y | 
 | 43 |  | 
| David S. Miller | d284142 | 2008-02-08 18:05:46 -0800 | [diff] [blame] | 44 | config IOMMU_HELPER | 
 | 45 | 	bool | 
 | 46 | 	default y | 
 | 47 |  | 
| David Miller | 3a2cba9 | 2007-05-06 14:49:51 -0700 | [diff] [blame] | 48 | config QUICKLIST | 
 | 49 | 	bool | 
 | 50 | 	default y | 
 | 51 |  | 
| David S. Miller | 10e2672 | 2006-11-16 13:38:57 -0800 | [diff] [blame] | 52 | config STACKTRACE_SUPPORT | 
 | 53 | 	bool | 
 | 54 | 	default y | 
 | 55 |  | 
 | 56 | config LOCKDEP_SUPPORT | 
 | 57 | 	bool | 
 | 58 | 	default y | 
 | 59 |  | 
| viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 60 | config ARCH_MAY_HAVE_PC_FDC | 
 | 61 | 	bool | 
 | 62 | 	default y | 
 | 63 |  | 
| David Howells | f0d1b0b | 2006-12-08 02:37:49 -0800 | [diff] [blame] | 64 | config ARCH_HAS_ILOG2_U32 | 
 | 65 | 	bool | 
 | 66 | 	default n | 
 | 67 |  | 
 | 68 | config ARCH_HAS_ILOG2_U64 | 
 | 69 | 	bool | 
 | 70 | 	default n | 
 | 71 |  | 
| Al Viro | f6bc0c1 | 2006-09-12 02:59:45 -0400 | [diff] [blame] | 72 | config AUDIT_ARCH | 
 | 73 | 	bool | 
 | 74 | 	default y | 
 | 75 |  | 
| travis@sgi.com | 988c388 | 2008-01-30 23:27:58 +0100 | [diff] [blame] | 76 | config HAVE_SETUP_PER_CPU_AREA | 
| travis@sgi.com | b32ef63 | 2008-01-30 13:32:51 +0100 | [diff] [blame] | 77 | 	def_bool y | 
 | 78 |  | 
| Stephen Rothwell | 0785b9d | 2007-07-18 00:09:30 -0700 | [diff] [blame] | 79 | config ARCH_NO_VIRT_TO_BUS | 
 | 80 | 	def_bool y | 
 | 81 |  | 
| Stephen Rothwell | 97e873e | 2007-05-01 16:26:07 +1000 | [diff] [blame] | 82 | config OF | 
 | 83 | 	def_bool y | 
 | 84 |  | 
| David S. Miller | 8d57d3a | 2007-10-22 02:16:45 -0700 | [diff] [blame] | 85 | config GENERIC_HARDIRQS_NO__DO_IRQ | 
 | 86 | 	bool | 
 | 87 | 	def_bool y | 
 | 88 |  | 
| David Howells | b0b933c | 2008-02-08 04:19:27 -0800 | [diff] [blame] | 89 | config ARCH_SUPPORTS_AOUT | 
 | 90 | 	def_bool y | 
 | 91 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | choice | 
 | 93 | 	prompt "Kernel page size" | 
 | 94 | 	default SPARC64_PAGE_SIZE_8KB | 
 | 95 |  | 
 | 96 | config SPARC64_PAGE_SIZE_8KB | 
 | 97 | 	bool "8KB" | 
 | 98 | 	help | 
 | 99 | 	  This lets you select the page size of the kernel. | 
 | 100 |  | 
 | 101 | 	  8KB and 64KB work quite well, since Sparc ELF sections | 
 | 102 | 	  provide for up to 64KB alignment. | 
 | 103 |  | 
 | 104 | 	  Therefore, 512KB and 4MB are for expert hackers only. | 
 | 105 |  | 
 | 106 | 	  If you don't know what to do, choose 8KB. | 
 | 107 |  | 
 | 108 | config SPARC64_PAGE_SIZE_64KB | 
 | 109 | 	bool "64KB" | 
 | 110 |  | 
 | 111 | config SPARC64_PAGE_SIZE_512KB | 
 | 112 | 	bool "512KB" | 
 | 113 |  | 
 | 114 | config SPARC64_PAGE_SIZE_4MB | 
 | 115 | 	bool "4MB" | 
 | 116 |  | 
 | 117 | endchoice | 
 | 118 |  | 
| David S. Miller | bb49bcd | 2005-07-10 16:49:28 -0700 | [diff] [blame] | 119 | config SECCOMP | 
 | 120 | 	bool "Enable seccomp to safely compute untrusted bytecode" | 
 | 121 | 	depends on PROC_FS | 
 | 122 | 	default y | 
 | 123 | 	help | 
 | 124 | 	  This kernel feature is useful for number crunching applications | 
 | 125 | 	  that may need to compute untrusted bytecode during their | 
 | 126 | 	  execution. By using pipes or other transports made available to | 
 | 127 | 	  the process as file descriptors supporting the read/write | 
 | 128 | 	  syscalls, it's possible to isolate those applications in | 
 | 129 | 	  their own address space using seccomp. Once seccomp is | 
 | 130 | 	  enabled via /proc/<pid>/seccomp, it cannot be disabled | 
 | 131 | 	  and the task is only allowed to execute a few safe syscalls | 
 | 132 | 	  defined by each seccomp mode. | 
 | 133 |  | 
 | 134 | 	  If unsure, say Y. Only embedded should say N here. | 
 | 135 |  | 
| David S. Miller | a652481 | 2005-07-08 15:21:51 -0700 | [diff] [blame] | 136 | source kernel/Kconfig.hz | 
 | 137 |  | 
| David S. Miller | 4f0234f | 2007-07-13 16:03:42 -0700 | [diff] [blame] | 138 | config HOTPLUG_CPU | 
 | 139 | 	bool "Support for hot-pluggable CPUs" | 
 | 140 | 	depends on SMP | 
 | 141 | 	select HOTPLUG | 
 | 142 | 	---help--- | 
 | 143 | 	  Say Y here to experiment with turning CPUs off and on.  CPUs | 
 | 144 | 	  can be controlled through /sys/devices/system/cpu/cpu#. | 
 | 145 | 	  Say N if you want to disable CPU hotplug. | 
 | 146 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | source "init/Kconfig" | 
 | 148 |  | 
 | 149 | config SYSVIPC_COMPAT | 
 | 150 | 	bool | 
 | 151 | 	depends on COMPAT && SYSVIPC | 
 | 152 | 	default y | 
 | 153 |  | 
| David S. Miller | e18e2a0 | 2006-06-20 01:23:32 -0700 | [diff] [blame] | 154 | config GENERIC_HARDIRQS | 
 | 155 | 	bool | 
 | 156 | 	default y | 
 | 157 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | menu "General machine setup" | 
 | 159 |  | 
| David S. Miller | 112f487 | 2007-03-05 15:28:37 -0800 | [diff] [blame] | 160 | source "kernel/time/Kconfig" | 
 | 161 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | config SMP | 
 | 163 | 	bool "Symmetric multi-processing support" | 
 | 164 | 	---help--- | 
 | 165 | 	  This enables support for systems with more than one CPU. If you have | 
 | 166 | 	  a system with only one CPU, say N. If you have a system with more than | 
 | 167 | 	  one CPU, say Y. | 
 | 168 |  | 
 | 169 | 	  If you say N here, the kernel will run on single and multiprocessor | 
 | 170 | 	  machines, but will use only one CPU of a multiprocessor machine. If | 
 | 171 | 	  you say Y here, the kernel will run on many, but not all, | 
 | 172 | 	  singleprocessor machines. On a singleprocessor machine, the kernel | 
 | 173 | 	  will run faster if you say N here. | 
 | 174 |  | 
 | 175 | 	  People using multiprocessor machines who say Y here should also say | 
 | 176 | 	  Y to "Enhanced Real Time Clock Support", below. The "Advanced Power | 
 | 177 | 	  Management" code will be disabled if you say Y here. | 
 | 178 |  | 
| Adrian Bunk | 03502fa | 2008-02-03 15:50:21 +0200 | [diff] [blame] | 179 | 	  See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO | 
 | 180 | 	  available at <http://www.tldp.org/docs.html#howto>. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 |  | 
 | 182 | 	  If you don't know what to do here, say N. | 
 | 183 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | config NR_CPUS | 
| David S. Miller | 22adb35 | 2007-05-26 01:14:43 -0700 | [diff] [blame] | 185 | 	int "Maximum number of CPUs (2-1024)" | 
 | 186 | 	range 2 1024 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | 	depends on SMP | 
| David S. Miller | 22adb35 | 2007-05-26 01:14:43 -0700 | [diff] [blame] | 188 | 	default "64" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 189 |  | 
 | 190 | source "drivers/cpufreq/Kconfig" | 
 | 191 |  | 
 | 192 | config US3_FREQ | 
 | 193 | 	tristate "UltraSPARC-III CPU Frequency driver" | 
 | 194 | 	depends on CPU_FREQ | 
 | 195 | 	select CPU_FREQ_TABLE | 
 | 196 | 	help | 
 | 197 | 	  This adds the CPUFreq driver for UltraSPARC-III processors. | 
 | 198 |  | 
 | 199 | 	  For details, take a look at <file:Documentation/cpu-freq>. | 
 | 200 |  | 
 | 201 | 	  If in doubt, say N. | 
 | 202 |  | 
 | 203 | config US2E_FREQ | 
 | 204 | 	tristate "UltraSPARC-IIe CPU Frequency driver" | 
 | 205 | 	depends on CPU_FREQ | 
 | 206 | 	select CPU_FREQ_TABLE | 
 | 207 | 	help | 
 | 208 | 	  This adds the CPUFreq driver for UltraSPARC-IIe processors. | 
 | 209 |  | 
 | 210 | 	  For details, take a look at <file:Documentation/cpu-freq>. | 
 | 211 |  | 
 | 212 | 	  If in doubt, say N. | 
 | 213 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | # Global things across all Sun machines. | 
| Nick Piggin | 95c354f | 2008-01-30 13:31:20 +0100 | [diff] [blame] | 215 | config GENERIC_LOCKBREAK | 
 | 216 | 	bool | 
 | 217 | 	default y | 
 | 218 | 	depends on SMP && PREEMPT | 
 | 219 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | config RWSEM_GENERIC_SPINLOCK | 
 | 221 | 	bool | 
 | 222 |  | 
 | 223 | config RWSEM_XCHGADD_ALGORITHM | 
 | 224 | 	bool | 
 | 225 | 	default y | 
 | 226 |  | 
| Akinobu Mita | 2d78d4b | 2006-03-26 01:39:40 -0800 | [diff] [blame] | 227 | config GENERIC_FIND_NEXT_BIT | 
 | 228 | 	bool | 
 | 229 | 	default y | 
 | 230 |  | 
 | 231 | config GENERIC_HWEIGHT | 
 | 232 | 	bool | 
 | 233 | 	default y if !ULTRA_HAS_POPULATION_COUNT | 
 | 234 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | config GENERIC_CALIBRATE_DELAY | 
 | 236 | 	bool | 
 | 237 | 	default y | 
 | 238 |  | 
 | 239 | choice | 
 | 240 | 	prompt "SPARC64 Huge TLB Page Size" | 
 | 241 | 	depends on HUGETLB_PAGE | 
 | 242 | 	default HUGETLB_PAGE_SIZE_4MB | 
 | 243 |  | 
 | 244 | config HUGETLB_PAGE_SIZE_4MB | 
 | 245 | 	bool "4MB" | 
 | 246 |  | 
 | 247 | config HUGETLB_PAGE_SIZE_512K | 
| David S. Miller | dcc1e8d | 2006-03-22 00:49:59 -0800 | [diff] [blame] | 248 | 	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | 	bool "512K" | 
 | 250 |  | 
 | 251 | config HUGETLB_PAGE_SIZE_64K | 
| Jean-Luc Léger | f2a1585 | 2006-04-18 16:19:53 -0700 | [diff] [blame] | 252 | 	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] | 253 | 	bool "64K" | 
 | 254 |  | 
 | 255 | endchoice | 
 | 256 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 257 | endmenu | 
 | 258 |  | 
| David S. Miller | 68491d5 | 2006-04-06 20:28:11 -0700 | [diff] [blame] | 259 | config ARCH_SELECT_MEMORY_MODEL | 
 | 260 | 	def_bool y | 
 | 261 |  | 
| David S. Miller | d111201 | 2006-03-08 02:16:07 -0800 | [diff] [blame] | 262 | config ARCH_SPARSEMEM_ENABLE | 
 | 263 | 	def_bool y | 
| David Miller | 46644c2 | 2007-10-16 01:24:16 -0700 | [diff] [blame] | 264 | 	select SPARSEMEM_VMEMMAP_ENABLE | 
| David S. Miller | d111201 | 2006-03-08 02:16:07 -0800 | [diff] [blame] | 265 |  | 
 | 266 | config ARCH_SPARSEMEM_DEFAULT | 
 | 267 | 	def_bool y | 
 | 268 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 269 | source "mm/Kconfig" | 
 | 270 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | config ISA | 
 | 272 | 	bool | 
 | 273 | 	help | 
 | 274 | 	  Find out whether you have ISA slots on your motherboard.  ISA is the | 
 | 275 | 	  name of a bus system, i.e. the way the CPU talks to the other stuff | 
 | 276 | 	  inside your box.  Other bus systems are PCI, EISA, MicroChannel | 
 | 277 | 	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI; | 
 | 278 | 	  newer boards don't support it.  If you have ISA, say Y, otherwise N. | 
 | 279 |  | 
 | 280 | config ISAPNP | 
 | 281 | 	bool | 
 | 282 | 	help | 
 | 283 | 	  Say Y here if you would like support for ISA Plug and Play devices. | 
 | 284 | 	  Some information is in <file:Documentation/isapnp.txt>. | 
 | 285 |  | 
 | 286 | 	  To compile this driver as a module, choose M here: the | 
 | 287 | 	  module will be called isapnp. | 
 | 288 |  | 
 | 289 | 	  If unsure, say Y. | 
 | 290 |  | 
 | 291 | config EISA | 
 | 292 | 	bool | 
 | 293 | 	---help--- | 
 | 294 | 	  The Extended Industry Standard Architecture (EISA) bus was | 
 | 295 | 	  developed as an open alternative to the IBM MicroChannel bus. | 
 | 296 |  | 
 | 297 | 	  The EISA bus provided some of the features of the IBM MicroChannel | 
 | 298 | 	  bus while maintaining backward compatibility with cards made for | 
 | 299 | 	  the older ISA bus.  The EISA bus saw limited use between 1988 and | 
 | 300 | 	  1995 when it was made obsolete by the PCI bus. | 
 | 301 |  | 
 | 302 | 	  Say Y here if you are building a kernel for an EISA-based machine. | 
 | 303 |  | 
 | 304 | 	  Otherwise, say N. | 
 | 305 |  | 
 | 306 | config MCA | 
 | 307 | 	bool | 
 | 308 | 	help | 
 | 309 | 	  MicroChannel Architecture is found in some IBM PS/2 machines and | 
 | 310 | 	  laptops.  It is a bus system similar to PCI or ISA. See | 
 | 311 | 	  <file:Documentation/mca.txt> (and especially the web page given | 
 | 312 | 	  there) before attempting to build an MCA bus kernel. | 
 | 313 |  | 
 | 314 | config PCMCIA | 
 | 315 | 	tristate | 
 | 316 | 	---help--- | 
 | 317 | 	  Say Y here if you want to attach PCMCIA- or PC-cards to your Linux | 
 | 318 | 	  computer.  These are credit-card size devices such as network cards, | 
 | 319 | 	  modems or hard drives often used with laptops computers.  There are | 
 | 320 | 	  actually two varieties of these cards: the older 16 bit PCMCIA cards | 
 | 321 | 	  and the newer 32 bit CardBus cards.  If you want to use CardBus | 
 | 322 | 	  cards, you need to say Y here and also to "CardBus support" below. | 
 | 323 |  | 
 | 324 | 	  To use your PC-cards, you will need supporting software from David | 
 | 325 | 	  Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | 
 | 326 | 	  for location).  Please also read the PCMCIA-HOWTO, available from | 
 | 327 | 	  <http://www.tldp.org/docs.html#howto>. | 
 | 328 |  | 
 | 329 | 	  To compile this driver as modules, choose M here: the | 
 | 330 | 	  modules will be called pcmcia_core and ds. | 
 | 331 |  | 
 | 332 | config SBUS | 
 | 333 | 	bool | 
 | 334 | 	default y | 
 | 335 |  | 
 | 336 | config SBUSCHAR | 
 | 337 | 	bool | 
 | 338 | 	default y | 
 | 339 |  | 
 | 340 | config SUN_AUXIO | 
 | 341 | 	bool | 
 | 342 | 	default y | 
 | 343 |  | 
 | 344 | config SUN_IO | 
 | 345 | 	bool | 
 | 346 | 	default y | 
 | 347 |  | 
| David S. Miller | e53e97c | 2007-07-09 22:22:44 -0700 | [diff] [blame] | 348 | config SUN_LDOMS | 
 | 349 | 	bool "Sun Logical Domains support" | 
 | 350 | 	help | 
 | 351 | 	  Say Y here is you want to support virtual devices via | 
 | 352 | 	  Logical Domains. | 
 | 353 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | config PCI | 
 | 355 | 	bool "PCI support" | 
| Dan Williams | f282b97 | 2007-04-18 18:46:20 +1000 | [diff] [blame] | 356 | 	select ARCH_SUPPORTS_MSI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | 	help | 
 | 358 | 	  Find out whether you have a PCI motherboard. PCI is the name of a | 
 | 359 | 	  bus system, i.e. the way the CPU talks to the other stuff inside | 
 | 360 | 	  your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or | 
 | 361 | 	  VESA. If you have PCI, say Y, otherwise N. | 
 | 362 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | config PCI_DOMAINS | 
| Matthew Wilcox | 36e2359 | 2007-07-10 10:54:40 -0600 | [diff] [blame] | 364 | 	def_bool PCI | 
 | 365 |  | 
 | 366 | config PCI_SYSCALL | 
 | 367 | 	def_bool PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | source "drivers/pci/Kconfig" | 
 | 370 |  | 
 | 371 | config SUN_OPENPROMFS | 
 | 372 | 	tristate "Openprom tree appears in /proc/openprom" | 
 | 373 | 	help | 
 | 374 | 	  If you say Y, the OpenPROM device tree will be available as a | 
 | 375 | 	  virtual file system, which you can mount to /proc/openprom by "mount | 
 | 376 | 	  -t openpromfs none /proc/openprom". | 
 | 377 |  | 
 | 378 | 	  To compile the /proc/openprom support as a module, choose M here: the | 
 | 379 | 	  module will be called openpromfs.  If unsure, choose M. | 
 | 380 |  | 
 | 381 | config SPARC32_COMPAT | 
 | 382 | 	bool "Kernel support for Linux/Sparc 32bit binary compatibility" | 
 | 383 | 	help | 
 | 384 | 	  This allows you to run 32-bit binaries on your Ultra. | 
 | 385 | 	  Everybody wants this; say Y. | 
 | 386 |  | 
 | 387 | config COMPAT | 
 | 388 | 	bool | 
 | 389 | 	depends on SPARC32_COMPAT | 
 | 390 | 	default y | 
| David S. Miller | 48c946a | 2008-02-08 00:08:10 -0800 | [diff] [blame] | 391 | 	select COMPAT_BINFMT_ELF | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 |  | 
 | 393 | config BINFMT_AOUT32 | 
 | 394 | 	bool "Kernel support for 32-bit (ie. SunOS) a.out binaries" | 
| David Howells | b0b933c | 2008-02-08 04:19:27 -0800 | [diff] [blame] | 395 | 	depends on SPARC32_COMPAT && ARCH_SUPPORTS_AOUT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | 	help | 
 | 397 | 	  This allows you to run 32-bit a.out format binaries on your Ultra. | 
 | 398 | 	  If you want to run SunOS binaries (see SunOS binary emulation below) | 
 | 399 | 	  or other a.out binaries, say Y. If unsure, say N. | 
 | 400 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 401 | menu "Executable file formats" | 
 | 402 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | source "fs/Kconfig.binfmt" | 
 | 404 |  | 
 | 405 | config SUNOS_EMUL | 
 | 406 | 	bool "SunOS binary emulation" | 
 | 407 | 	depends on BINFMT_AOUT32 | 
 | 408 | 	help | 
 | 409 | 	  This allows you to run most SunOS binaries.  If you want to do this, | 
 | 410 | 	  say Y here and place appropriate files in /usr/gnemul/sunos. See | 
 | 411 | 	  <http://www.ultralinux.org/faq.html> for more information.  If you | 
 | 412 | 	  want to run SunOS binaries on an Ultra you must also say Y to | 
 | 413 | 	  "Kernel support for 32-bit a.out binaries" above. | 
 | 414 |  | 
 | 415 | config SOLARIS_EMUL | 
 | 416 | 	tristate "Solaris binary emulation (EXPERIMENTAL)" | 
| David S. Miller | d689855 | 2007-10-29 01:19:14 -0700 | [diff] [blame] | 417 | 	depends on SPARC32_COMPAT && NET && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | 	help | 
 | 419 | 	  This is experimental code which will enable you to run (many) | 
 | 420 | 	  Solaris binaries on your SPARC Linux machine. | 
 | 421 |  | 
 | 422 | 	  To compile this code as a module, choose M here: the | 
 | 423 | 	  module will be called solaris. | 
 | 424 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 425 | endmenu | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 |  | 
| David S. Miller | 8935dce | 2006-03-08 16:09:19 -0800 | [diff] [blame] | 427 | config SCHED_SMT | 
 | 428 | 	bool "SMT (Hyperthreading) scheduler support" | 
 | 429 | 	depends on SMP | 
 | 430 | 	default y | 
 | 431 | 	help | 
 | 432 | 	  SMT scheduler support improves the CPU scheduler's decision making | 
 | 433 | 	  when dealing with UltraSPARC cpus at a cost of slightly increased | 
 | 434 | 	  overhead in some places. If unsure say N here. | 
 | 435 |  | 
| David S. Miller | f78eae2 | 2007-06-04 17:01:39 -0700 | [diff] [blame] | 436 | config SCHED_MC | 
 | 437 | 	bool "Multi-core scheduler support" | 
 | 438 | 	depends on SMP | 
 | 439 | 	default y | 
 | 440 | 	help | 
 | 441 | 	  Multi-core scheduler support improves the CPU scheduler's decision | 
 | 442 | 	  making when dealing with multi-core CPU chips at a cost of slightly | 
 | 443 | 	  increased overhead in some places. If unsure say N here. | 
 | 444 |  | 
| David S. Miller | db2f9f6 | 2007-03-17 15:23:22 -0700 | [diff] [blame] | 445 | source "kernel/Kconfig.preempt" | 
 | 446 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 447 | config CMDLINE_BOOL | 
 | 448 | 	bool "Default bootloader kernel arguments" | 
 | 449 |  | 
 | 450 | config CMDLINE | 
 | 451 | 	string "Initial kernel command string" | 
 | 452 | 	depends on CMDLINE_BOOL | 
 | 453 | 	default "console=ttyS0,9600 root=/dev/sda1" | 
 | 454 | 	help | 
 | 455 | 	  Say Y here if you want to be able to pass default arguments to | 
 | 456 | 	  the kernel. This will be overridden by the bootloader, if you | 
 | 457 | 	  use one (such as SILO). This is most useful if you want to boot | 
 | 458 | 	  a kernel from TFTP, and want default options to be available | 
 | 459 | 	  with having them passed on the command line. | 
 | 460 |  | 
 | 461 | 	  NOTE: This option WILL override the PROM bootargs setting! | 
 | 462 |  | 
| Sam Ravnborg | d5950b4 | 2005-07-11 21:03:49 -0700 | [diff] [blame] | 463 | source "net/Kconfig" | 
 | 464 |  | 
| David S. Miller | 5843e37 | 2005-08-30 21:46:19 -0700 | [diff] [blame] | 465 | source "drivers/Kconfig" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 |  | 
 | 467 | source "drivers/sbus/char/Kconfig" | 
 | 468 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | source "fs/Kconfig" | 
 | 470 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | source "arch/sparc64/Kconfig.debug" | 
 | 472 |  | 
 | 473 | source "security/Kconfig" | 
 | 474 |  | 
 | 475 | source "crypto/Kconfig" | 
 | 476 |  | 
 | 477 | source "lib/Kconfig" |