[44882c8] | 1 | #
|
---|
[9a0367f] | 2 | # Copyright (c) 2006 Ondrej Palkovsky
|
---|
[98a4e76] | 3 | # Copyright (c) 2009 Martin Decky
|
---|
[44882c8] | 4 | # All rights reserved.
|
---|
| 5 | #
|
---|
| 6 | # Redistribution and use in source and binary forms, with or without
|
---|
| 7 | # modification, are permitted provided that the following conditions
|
---|
| 8 | # are met:
|
---|
| 9 | #
|
---|
| 10 | # - Redistributions of source code must retain the above copyright
|
---|
| 11 | # notice, this list of conditions and the following disclaimer.
|
---|
| 12 | # - Redistributions in binary form must reproduce the above copyright
|
---|
| 13 | # notice, this list of conditions and the following disclaimer in the
|
---|
| 14 | # documentation and/or other materials provided with the distribution.
|
---|
| 15 | # - The name of the author may not be used to endorse or promote products
|
---|
| 16 | # derived from this software without specific prior written permission.
|
---|
| 17 | #
|
---|
| 18 | # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
---|
| 19 | # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
---|
| 20 | # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
---|
| 21 | # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
---|
| 22 | # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
---|
| 23 | # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
| 24 | # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
---|
| 25 | # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
| 26 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
| 27 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
| 28 | #
|
---|
| 29 |
|
---|
[9a0367f] | 30 | ## General platform options
|
---|
| 31 |
|
---|
| 32 | % Platform
|
---|
[50fda24] | 33 | @ "abs32le" abstract 32-bit little endian
|
---|
[41f7564] | 34 | @ "amd64" AMD64/Intel EM64T (PC)
|
---|
[d630139] | 35 | @ "arm32" ARM 32-bit
|
---|
[41f7564] | 36 | @ "ia32" Intel IA-32 (PC)
|
---|
[49319ac] | 37 | @ "ia64" Intel IA-64
|
---|
[1ba41c5] | 38 | @ "mips32" MIPS 32-bit
|
---|
[2429e4a] | 39 | @ "mips64" MIPS 64-bit
|
---|
[41f7564] | 40 | @ "ppc32" PowerPC 32-bit (iMac G4)
|
---|
| 41 | @ "sparc64" Sun UltraSPARC 64-bit
|
---|
| 42 | ! PLATFORM (choice)
|
---|
| 43 |
|
---|
[9a0367f] | 44 | % Machine type
|
---|
[1ba41c5] | 45 | @ "msim" MSIM
|
---|
| 46 | @ "bgxemul" GXEmul big endian
|
---|
[afb1e35] | 47 | @ "lgxemul" GXEmul little endian
|
---|
[1ba41c5] | 48 | ! [PLATFORM=mips32] MACHINE (choice)
|
---|
| 49 |
|
---|
[2429e4a] | 50 | % Machine type
|
---|
| 51 | @ "msim" MSIM
|
---|
| 52 | ! [PLATFORM=mips64] MACHINE (choice)
|
---|
| 53 |
|
---|
[9a0367f] | 54 | % Machine type
|
---|
[c785296] | 55 | @ "i460GX" i460GX chipset machine
|
---|
[4b8f1c3] | 56 | @ "ski" Ski ia64 simulator
|
---|
[c785296] | 57 | ! [PLATFORM=ia64] MACHINE (choice)
|
---|
| 58 |
|
---|
[1c6b3a2] | 59 | % Machine type
|
---|
| 60 | @ "generic" Generic Sun workstation or server
|
---|
| 61 | ! [PLATFORM=sparc64] MACHINE (choice)
|
---|
| 62 |
|
---|
[6ac14a70] | 63 | % Machine type
|
---|
[7c866dc] | 64 | @ "gta02" GTA02 / Neo FreeRunner
|
---|
[87bedd1c] | 65 | @ "integratorcp" Integratorcp
|
---|
[6038368] | 66 | @ "beagleboardxm" BeogleBoard-xM
|
---|
[6ac14a70] | 67 | ! [PLATFORM=arm32] MACHINE (choice)
|
---|
| 68 |
|
---|
[9a0367f] | 69 | % CPU type
|
---|
| 70 | @ "pentium4" Pentium 4
|
---|
| 71 | @ "pentium3" Pentium 3
|
---|
| 72 | @ "core" Core Solo/Duo
|
---|
[70554dd] | 73 | @ "athlon_xp" Athlon XP
|
---|
| 74 | @ "athlon_mp" Athlon MP
|
---|
[1c99eae] | 75 | @ "i486" i486
|
---|
[a1d5167] | 76 | ! [PLATFORM=ia32] PROCESSOR (choice)
|
---|
[9a0367f] | 77 |
|
---|
| 78 | % CPU type
|
---|
| 79 | @ "opteron" Opteron
|
---|
[1c6b3a2] | 80 | ! [PLATFORM=amd64] PROCESSOR (choice)
|
---|
[9a0367f] | 81 |
|
---|
| 82 | % CPU type
|
---|
| 83 | @ "us" UltraSPARC I-II subarchitecture
|
---|
| 84 | @ "us3" UltraSPARC III-IV subarchitecture
|
---|
[68834d85] | 85 | @ "sun4v" Niagara (sun4v)
|
---|
[1c6b3a2] | 86 | ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
|
---|
| 87 |
|
---|
[e7b0b85] | 88 | % CPU type
|
---|
| 89 | @ "cortex_a8" ARM Cortex A-8
|
---|
| 90 | ! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice)
|
---|
| 91 |
|
---|
| 92 | % CPU type
|
---|
| 93 | @ "arm920t" ARM920T
|
---|
| 94 | ! [PLATFORM=arm32&MACHINE=gta02] PROCESSOR (choice)
|
---|
| 95 |
|
---|
| 96 | % CPU type
|
---|
| 97 | @ "arm926ej_s" ARM926EJ-S
|
---|
| 98 | ! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
|
---|
| 99 |
|
---|
| 100 |
|
---|
| 101 | # Add more ARMv4 CPUs
|
---|
[5d9e36b] | 102 | % CPU arch
|
---|
[f1aa1db] | 103 | @ "armv4" ARMv4
|
---|
[e7b0b85] | 104 | ! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice)
|
---|
[f1aa1db] | 105 |
|
---|
[e7b0b85] | 106 | # Add more ARMv5 CPUs
|
---|
| 107 | % CPU arch
|
---|
[f1aa1db] | 108 | @ "armv5" ARMv5
|
---|
[e7b0b85] | 109 | ! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice)
|
---|
[f1aa1db] | 110 |
|
---|
[e7b0b85] | 111 | # Add more ARMv7-A CPUs
|
---|
| 112 | % CPU arch
|
---|
[49a736e2] | 113 | @ "armv7_a" ARMv7-A
|
---|
[e7b0b85] | 114 | ! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice)
|
---|
[f1aa1db] | 115 |
|
---|
[af8e565] | 116 | % RAM disk format
|
---|
[9a0367f] | 117 | @ "tmpfs" TMPFS image
|
---|
| 118 | @ "fat" FAT16 image
|
---|
[d06c4ae] | 119 | @ "ext4fs" ext4 image
|
---|
[9a0367f] | 120 | ! RDFMT (choice)
|
---|
| 121 |
|
---|
| 122 |
|
---|
[98a4e76] | 123 | ## Mapping between platform and kernel architecture
|
---|
| 124 |
|
---|
[50fda24] | 125 | % Kernel architecture
|
---|
| 126 | @ "abs32le"
|
---|
| 127 | ! [PLATFORM=abs32le] KARCH (choice)
|
---|
| 128 |
|
---|
[98a4e76] | 129 | % Kernel architecture
|
---|
| 130 | @ "amd64"
|
---|
| 131 | ! [PLATFORM=amd64] KARCH (choice)
|
---|
| 132 |
|
---|
| 133 | % Kernel architecture
|
---|
| 134 | @ "arm32"
|
---|
| 135 | ! [PLATFORM=arm32] KARCH (choice)
|
---|
| 136 |
|
---|
| 137 | % Kernel architecture
|
---|
| 138 | @ "ia32"
|
---|
| 139 | ! [PLATFORM=ia32] KARCH (choice)
|
---|
| 140 |
|
---|
| 141 | % Kernel architecture
|
---|
| 142 | @ "ia32xen"
|
---|
| 143 | ! [PLATFORM=ia32xen] KARCH (choice)
|
---|
| 144 |
|
---|
| 145 | % Kernel architecture
|
---|
| 146 | @ "ia64"
|
---|
| 147 | ! [PLATFORM=ia64] KARCH (choice)
|
---|
| 148 |
|
---|
| 149 | % Kernel architecture
|
---|
| 150 | @ "mips32"
|
---|
| 151 | ! [PLATFORM=mips32] KARCH (choice)
|
---|
| 152 |
|
---|
[2429e4a] | 153 | % Kernel architecture
|
---|
| 154 | @ "mips64"
|
---|
| 155 | ! [PLATFORM=mips64] KARCH (choice)
|
---|
| 156 |
|
---|
[98a4e76] | 157 | % Kernel architecture
|
---|
| 158 | @ "ppc32"
|
---|
| 159 | ! [PLATFORM=ppc32] KARCH (choice)
|
---|
| 160 |
|
---|
| 161 | % Kernel architecture
|
---|
| 162 | @ "ppc64"
|
---|
| 163 | ! [PLATFORM=ppc64] KARCH (choice)
|
---|
| 164 |
|
---|
| 165 | % Kernel architecture
|
---|
| 166 | @ "sparc64"
|
---|
| 167 | ! [PLATFORM=sparc64] KARCH (choice)
|
---|
| 168 |
|
---|
| 169 |
|
---|
| 170 | ## Mapping between platform and user space architecture
|
---|
| 171 |
|
---|
[50fda24] | 172 | % User space architecture
|
---|
| 173 | @ "abs32le"
|
---|
| 174 | ! [PLATFORM=abs32le] UARCH (choice)
|
---|
| 175 |
|
---|
[98a4e76] | 176 | % User space architecture
|
---|
| 177 | @ "amd64"
|
---|
| 178 | ! [PLATFORM=amd64] UARCH (choice)
|
---|
| 179 |
|
---|
| 180 | % User space architecture
|
---|
| 181 | @ "arm32"
|
---|
| 182 | ! [PLATFORM=arm32] UARCH (choice)
|
---|
| 183 |
|
---|
| 184 | % User space architecture
|
---|
| 185 | @ "ia32"
|
---|
| 186 | ! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
|
---|
| 187 |
|
---|
| 188 | % User space architecture
|
---|
| 189 | @ "ia64"
|
---|
| 190 | ! [PLATFORM=ia64] UARCH (choice)
|
---|
| 191 |
|
---|
| 192 | % User space architecture
|
---|
| 193 | @ "mips32"
|
---|
[8de4421] | 194 | ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
|
---|
[98a4e76] | 195 |
|
---|
| 196 | % User space architecture
|
---|
| 197 | @ "mips32eb"
|
---|
[30e2bba] | 198 | ! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
|
---|
[98a4e76] | 199 |
|
---|
[2429e4a] | 200 | % User space architecture
|
---|
| 201 | @ "mips64"
|
---|
| 202 | ! [PLATFORM=mips64] UARCH (choice)
|
---|
| 203 |
|
---|
[98a4e76] | 204 | % User space architecture
|
---|
| 205 | @ "ppc32"
|
---|
| 206 | ! [PLATFORM=ppc32] UARCH (choice)
|
---|
| 207 |
|
---|
| 208 | % User space architecture
|
---|
| 209 | @ "ppc64"
|
---|
| 210 | ! [PLATFORM=ppc64] UARCH (choice)
|
---|
| 211 |
|
---|
| 212 | % User space architecture
|
---|
| 213 | @ "sparc64"
|
---|
| 214 | ! [PLATFORM=sparc64] UARCH (choice)
|
---|
| 215 |
|
---|
| 216 |
|
---|
| 217 | ## Mapping between platform and boot architecture
|
---|
| 218 |
|
---|
[50fda24] | 219 | % Boot architecture
|
---|
| 220 | @ "abs32le"
|
---|
| 221 | ! [PLATFORM=abs32le] BARCH (choice)
|
---|
| 222 |
|
---|
[98a4e76] | 223 | % Boot architecture
|
---|
| 224 | @ "amd64"
|
---|
| 225 | ! [PLATFORM=amd64] BARCH (choice)
|
---|
| 226 |
|
---|
| 227 | % Boot architecture
|
---|
| 228 | @ "arm32"
|
---|
| 229 | ! [PLATFORM=arm32] BARCH (choice)
|
---|
| 230 |
|
---|
| 231 | % Boot architecture
|
---|
| 232 | @ "ia32"
|
---|
| 233 | ! [PLATFORM=ia32] BARCH (choice)
|
---|
| 234 |
|
---|
| 235 | % Boot architecture
|
---|
| 236 | @ "ia32xen"
|
---|
| 237 | ! [PLATFORM=ia32xen] BARCH (choice)
|
---|
| 238 |
|
---|
| 239 | % Boot architecture
|
---|
| 240 | @ "ia64"
|
---|
| 241 | ! [PLATFORM=ia64] BARCH (choice)
|
---|
| 242 |
|
---|
| 243 | % Boot architecture
|
---|
| 244 | @ "mips32"
|
---|
| 245 | ! [PLATFORM=mips32] BARCH (choice)
|
---|
| 246 |
|
---|
[2429e4a] | 247 | % Boot architecture
|
---|
| 248 | @ "mips64"
|
---|
| 249 | ! [PLATFORM=mips64] BARCH (choice)
|
---|
| 250 |
|
---|
[98a4e76] | 251 | % Boot architecture
|
---|
| 252 | @ "ppc32"
|
---|
| 253 | ! [PLATFORM=ppc32] BARCH (choice)
|
---|
| 254 |
|
---|
| 255 | % Boot architecture
|
---|
| 256 | @ "ppc64"
|
---|
| 257 | ! [PLATFORM=ppc64] BARCH (choice)
|
---|
| 258 |
|
---|
| 259 | % Boot architecture
|
---|
| 260 | @ "sparc64"
|
---|
| 261 | ! [PLATFORM=sparc64] BARCH (choice)
|
---|
| 262 |
|
---|
| 263 |
|
---|
| 264 | ## Mapping between platform and image format
|
---|
| 265 |
|
---|
| 266 | % Image format
|
---|
| 267 | @ "binary"
|
---|
| 268 | ! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
|
---|
| 269 |
|
---|
| 270 | % Image format
|
---|
| 271 | @ "ecoff"
|
---|
[8de4421] | 272 | ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
|
---|
[98a4e76] | 273 |
|
---|
[2429e4a] | 274 | % Image format
|
---|
| 275 | @ "binary"
|
---|
| 276 | ! [PLATFORM=mips64] IMAGE (choice)
|
---|
| 277 |
|
---|
[98a4e76] | 278 |
|
---|
[9a0367f] | 279 | ## Compiler options
|
---|
| 280 |
|
---|
| 281 | % Compiler
|
---|
[69dc065] | 282 | @ "gcc_cross" GNU C Compiler (cross-compiler)
|
---|
| 283 | @ "gcc_native" GNU C Compiler (native)
|
---|
| 284 | @ "icc" Intel C Compiler
|
---|
| 285 | @ "clang" Clang
|
---|
[a1d5167] | 286 | ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
|
---|
[7bb0c32] | 287 |
|
---|
[9a0367f] | 288 | % Compiler
|
---|
[69dc065] | 289 | @ "gcc_cross" GNU C Compiler (cross-compiler)
|
---|
| 290 | @ "gcc_native" GNU C Compiler (native)
|
---|
| 291 | @ "icc" Intel C Compiler
|
---|
[a1d5167] | 292 | ! [PLATFORM=ia64] COMPILER (choice)
|
---|
[7bb0c32] | 293 |
|
---|
[9a0367f] | 294 | % Compiler
|
---|
[69dc065] | 295 | @ "gcc_cross" GNU C Compiler (cross-compiler)
|
---|
| 296 | @ "gcc_native" GNU C Compiler (native)
|
---|
[a1d5167] | 297 | ! [PLATFORM=sparc64] COMPILER (choice)
|
---|
[7bb0c32] | 298 |
|
---|
[9a0367f] | 299 | % Compiler
|
---|
[69dc065] | 300 | @ "gcc_cross" GNU C Compiler (cross-compiler)
|
---|
| 301 | @ "gcc_native" GNU C Compiler (native)
|
---|
[2429e4a] | 302 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
|
---|
[9a0367f] | 303 |
|
---|
[50fda24] | 304 | % Compiler
|
---|
[81983e3] | 305 | @ "gcc_cross" GNU C Compiler (cross-compiler)
|
---|
[50fda24] | 306 | @ "gcc_native" GNU C Compiler (native)
|
---|
| 307 | @ "clang" Clang
|
---|
| 308 | ! [PLATFORM=abs32le] COMPILER (choice)
|
---|
| 309 |
|
---|
[9a0367f] | 310 |
|
---|
[81983e3] | 311 | ## Cross-compiler target for abstract architecture
|
---|
| 312 |
|
---|
| 313 | % Cross-compiler target
|
---|
| 314 | @ "arm32" ARM 32-bit
|
---|
| 315 | @ "ia32" Intel IA-32
|
---|
| 316 | @ "mips32" MIPS 32-bit
|
---|
| 317 | ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
|
---|
| 318 |
|
---|
[9a0367f] | 319 |
|
---|
[98a4e76] | 320 | ## Kernel configuration
|
---|
| 321 |
|
---|
| 322 | % Fences
|
---|
[1c6b3a2] | 323 | ! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
|
---|
[98a4e76] | 324 |
|
---|
| 325 | % Fences
|
---|
[1c6b3a2] | 326 | ! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
|
---|
[30e2bba] | 327 |
|
---|
| 328 | % Fences
|
---|
| 329 | ! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
|
---|
[98a4e76] | 330 |
|
---|
| 331 | % ACPI support
|
---|
| 332 | ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
|
---|
| 333 |
|
---|
| 334 | % Hierarchical page tables support
|
---|
[50fda24] | 335 | ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
|
---|
[98a4e76] | 336 |
|
---|
| 337 | % Page hash table support
|
---|
[2429e4a] | 338 | ! [PLATFORM=ia64|PLATFORM=mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
|
---|
[98a4e76] | 339 |
|
---|
| 340 | % Software integer division support
|
---|
[2429e4a] | 341 | ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] CONFIG_SOFTINT (y)
|
---|
[98a4e76] | 342 |
|
---|
| 343 | % ASID support
|
---|
[2429e4a] | 344 | ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
|
---|
[98a4e76] | 345 |
|
---|
| 346 | % ASID FIFO support
|
---|
[2429e4a] | 347 | ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
|
---|
[98a4e76] | 348 |
|
---|
| 349 | % OpenFirmware tree support
|
---|
[e731b0d] | 350 | ! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
|
---|
| 351 |
|
---|
| 352 | % OpenFirmware PCI bus support
|
---|
| 353 | ! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
|
---|
[98a4e76] | 354 |
|
---|
[5d8d71e] | 355 | % Multiboot standard support
|
---|
| 356 | ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
|
---|
| 357 |
|
---|
[98a4e76] | 358 | % FPU support
|
---|
[30e2bba] | 359 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
|
---|
| 360 |
|
---|
| 361 | % FPU support
|
---|
| 362 | ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
|
---|
[98a4e76] | 363 |
|
---|
[22a0ee8] | 364 | ## armv7 made fpu hardware compulsory
|
---|
| 365 | % FPU support
|
---|
[5d9e36b] | 366 | ! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y)
|
---|
[22a0ee8] | 367 |
|
---|
[d238aa9] | 368 | % FPU support
|
---|
| 369 | ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y)
|
---|
[22a0ee8] | 370 |
|
---|
[98a4e76] | 371 |
|
---|
[9a0367f] | 372 | ## Kernel features options
|
---|
| 373 |
|
---|
| 374 | % Support for SMP
|
---|
[2429e4a] | 375 | ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
|
---|
[9a0367f] | 376 |
|
---|
[04d672c3] | 377 | % Debug build
|
---|
| 378 | ! CONFIG_DEBUG (y/n)
|
---|
| 379 |
|
---|
| 380 | % Deadlock detection support for spinlocks
|
---|
| 381 | ! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
|
---|
| 382 |
|
---|
[9a0367f] | 383 | % Lazy FPU context switching
|
---|
[957ce9a5] | 384 | ! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
|
---|
[9a0367f] | 385 |
|
---|
| 386 | % Use VHPT
|
---|
[a1d5167] | 387 | ! [PLATFORM=ia64] CONFIG_VHPT (n/y)
|
---|
[9a0367f] | 388 |
|
---|
| 389 | % Use TSB
|
---|
[a1d5167] | 390 | ! [PLATFORM=sparc64] CONFIG_TSB (y/n)
|
---|
[1c6b3a2] | 391 |
|
---|
| 392 | % IO SAPIC on default address support
|
---|
[a1d5167] | 393 | ! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
|
---|
[1c6b3a2] | 394 |
|
---|
| 395 | % Virtually indexed D-cache support
|
---|
[a1d5167] | 396 | ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
|
---|
[1c6b3a2] | 397 |
|
---|
[95c4776] | 398 | % Simics SMP Hack
|
---|
[626f907] | 399 | ! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
|
---|
[95c4776] | 400 |
|
---|
[1c6b3a2] | 401 | % Support for userspace debuggers
|
---|
[a1d5167] | 402 | ! CONFIG_UDEBUG (y/n)
|
---|
[1c6b3a2] | 403 |
|
---|
| 404 | % Kernel console support
|
---|
[a1d5167] | 405 | ! CONFIG_KCONSOLE (y/n)
|
---|
[1c6b3a2] | 406 |
|
---|
[e2b762ec] | 407 | % Kernel symbol information
|
---|
| 408 | ! CONFIG_SYMTAB (y/n)
|
---|
| 409 |
|
---|
[1c6b3a2] | 410 | % Detailed kernel logging
|
---|
[a1d5167] | 411 | ! CONFIG_LOG (n/y)
|
---|
[1c6b3a2] | 412 |
|
---|
[ad8f03d2] | 413 | % Kernel function tracing
|
---|
| 414 | ! CONFIG_TRACE (n/y)
|
---|
| 415 |
|
---|
[1c6b3a2] | 416 | % Compile kernel tests
|
---|
[a1d5167] | 417 | ! CONFIG_TEST (y/n)
|
---|
[1c6b3a2] | 418 |
|
---|
[cf84f1bf] | 419 | % Use link-time optimization
|
---|
| 420 | ! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
|
---|
| 421 |
|
---|
[04d672c3] | 422 |
|
---|
[1c6b3a2] | 423 | ## Hardware support
|
---|
[9a0367f] | 424 |
|
---|
[6ac14a70] | 425 | % Input device class
|
---|
| 426 | @ "generic" Keyboard or serial line
|
---|
| 427 | ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
|
---|
| 428 |
|
---|
[4d29d01] | 429 | % Input device class
|
---|
[71385d4f] | 430 | @ "generic" Keyboard or serial line
|
---|
| 431 | @ "none" No input device
|
---|
[f9ab562] | 432 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
|
---|
[04d672c3] | 433 |
|
---|
[449d4ecc] | 434 | % Input device class
|
---|
| 435 | @ "generic" Keyboard or serial line
|
---|
| 436 | @ "keyboard" Keyboard
|
---|
| 437 | @ "serial" Serial line
|
---|
| 438 | @ "none" No input device
|
---|
| 439 | ! [PLATFORM=ia64&MACHINE=i460GX] CONFIG_HID_IN (choice)
|
---|
| 440 |
|
---|
[6ac14a70] | 441 | % Output device class
|
---|
| 442 | @ "generic" Monitor or serial line
|
---|
[d7c801bb] | 443 | ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice)
|
---|
[6ac14a70] | 444 |
|
---|
[8de4421] | 445 | % Output device class
|
---|
| 446 | @ "generic" Monitor or serial line
|
---|
| 447 | @ "none" No output device
|
---|
[2429e4a] | 448 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice)
|
---|
[1c6b3a2] | 449 |
|
---|
[4d29d01] | 450 | % Output device class
|
---|
[71385d4f] | 451 | @ "generic" Monitor or serial line
|
---|
[1c6b3a2] | 452 | @ "monitor" Monitor
|
---|
| 453 | @ "serial" Serial line
|
---|
[71385d4f] | 454 | @ "none" No output device
|
---|
[8de4421] | 455 | ! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
|
---|
[04d672c3] | 456 |
|
---|
[8de4421] | 457 | % PC keyboard support
|
---|
| 458 | ! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
|
---|
[1c6b3a2] | 459 |
|
---|
[449d4ecc] | 460 | % PC keyboard support
|
---|
| 461 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
|
---|
| 462 |
|
---|
[c0d77f7] | 463 | % PC keyboard support
|
---|
| 464 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n)
|
---|
| 465 |
|
---|
[8de4421] | 466 | % Support for msim/GXemul keyboard
|
---|
[2429e4a] | 467 | ! [CONFIG_HID_IN=generic&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n)
|
---|
[8de4421] | 468 |
|
---|
| 469 | % Support for msim/GXemul printer
|
---|
[2429e4a] | 470 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n)
|
---|
[04d672c3] | 471 |
|
---|
[d6d04e7] | 472 | % Support for VIA CUDA controller
|
---|
| 473 | ! [CONFIG_HID_IN=generic&PLATFORM=ppc32] CONFIG_VIA_CUDA (y/n)
|
---|
| 474 |
|
---|
[9693835] | 475 | % Support for NS16550 controller
|
---|
[03976d60] | 476 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_NS16550 (y/n)
|
---|
[9693835] | 477 |
|
---|
[449d4ecc] | 478 | % Support for NS16550 controller
|
---|
| 479 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
|
---|
| 480 |
|
---|
[8ec4144] | 481 | % Support for ARM926 on-chip UART
|
---|
| 482 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_ARM926_UART (y/n)
|
---|
| 483 |
|
---|
[f1fc83a] | 484 | % Support for Samsung S3C24XX on-chip UART
|
---|
| 485 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
|
---|
| 486 |
|
---|
[ec08286] | 487 | % Support for Samsung S3C24XX on-chip interrupt controller
|
---|
| 488 | ! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
|
---|
| 489 |
|
---|
[d2707fc] | 490 | % Support for TI AMDM37X on-chip UART
|
---|
| 491 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)
|
---|
| 492 |
|
---|
[87bedd1c] | 493 | % Support for i8042 controller
|
---|
[8de4421] | 494 | ! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
|
---|
[9a0367f] | 495 |
|
---|
[87bedd1c] | 496 | % Support for pl050 controller
|
---|
[6ac14a70] | 497 | ! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
|
---|
| 498 |
|
---|
[9693835] | 499 | % Sun keyboard support
|
---|
[336d2f52] | 500 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_KBD (y)
|
---|
[9693835] | 501 |
|
---|
[2a77841d] | 502 | % Macintosh ADB keyboard support
|
---|
| 503 | ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ppc32&(CONFIG_VIA_CUDA=y)] CONFIG_MAC_KBD (y)
|
---|
| 504 |
|
---|
[8de4421] | 505 | % Dummy serial line input
|
---|
[00287cc] | 506 | ! [CONFIG_MIPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)
|
---|
[9a0367f] | 507 |
|
---|
[8de4421] | 508 | % Dummy serial line output
|
---|
[00287cc] | 509 | ! [CONFIG_MIPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)
|
---|
[411b6a6] | 510 |
|
---|
[8de4421] | 511 | % Serial line input module
|
---|
[2673b3b] | 512 | ! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_AMDM37X_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)
|
---|
[8de4421] | 513 |
|
---|
[1c6b3a2] | 514 | % EGA support
|
---|
[8de4421] | 515 | ! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
|
---|
| 516 |
|
---|
[449d4ecc] | 517 | % EGA support
|
---|
| 518 | ! [CONFIG_HID_OUT=generic&PLATFORM=ia64&MACHINE=i460GX] CONFIG_EGA (y/n)
|
---|
[8de4421] | 519 |
|
---|
| 520 | % Framebuffer support
|
---|
[d0688a3] | 521 | ! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n)
|
---|
[8de4421] | 522 |
|
---|
| 523 | % Framebuffer support
|
---|
| 524 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
|
---|
[9a0367f] | 525 |
|
---|
[00287cc] | 526 | % Framebuffer support
|
---|
[03976d60] | 527 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n)
|
---|
| 528 |
|
---|
| 529 | % Framebuffer support
|
---|
| 530 | ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
|
---|
[98a4e76] | 531 |
|
---|
[421c833] | 532 | % Default framebuffer mode
|
---|
| 533 | @ "640x480"
|
---|
| 534 | @ "800x600"
|
---|
| 535 | @ "1024x768"
|
---|
| 536 | @ "1152x720"
|
---|
| 537 | @ "1152x864"
|
---|
[46757a6] | 538 | @ "1280x720"
|
---|
| 539 | @ "1280x800"
|
---|
[421c833] | 540 | @ "1280x960"
|
---|
| 541 | @ "1280x1024"
|
---|
| 542 | @ "1400x1050"
|
---|
| 543 | @ "1440x900"
|
---|
| 544 | @ "1440x1050"
|
---|
| 545 | @ "1600x1200"
|
---|
| 546 | @ "1920x1080"
|
---|
| 547 | @ "1920x1200"
|
---|
[ee685630] | 548 | ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)
|
---|
[421c833] | 549 |
|
---|
| 550 | % Default framebuffer depth
|
---|
[9a0367f] | 551 | @ "8"
|
---|
| 552 | @ "16"
|
---|
| 553 | @ "24"
|
---|
[ee685630] | 554 | ! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)
|
---|
[9a0367f] | 555 |
|
---|
| 556 | % Start AP processors by the loader
|
---|
[a1d5167] | 557 | ! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
|
---|
[9a0367f] | 558 |
|
---|
[7fb3f1c] | 559 | % Dynamic linking support
|
---|
| 560 | ! [PLATFORM=ia32] CONFIG_RTLD (n/y)
|
---|
| 561 | ! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
|
---|
| 562 |
|
---|
[ec3e2ed] | 563 | % Build shared libraries
|
---|
[7fb3f1c] | 564 | ! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
|
---|
| 565 | ! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
|
---|
[1ea99cc] | 566 |
|
---|
[ec3e2ed] | 567 | % Link against shared libraries
|
---|
| 568 | ! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
|
---|
| 569 | ! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
|
---|
[1ea99cc] | 570 |
|
---|
[3acb285a] | 571 | % Launch (devman) test drivers
|
---|
[774fc85] | 572 | ! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
|
---|
[3acb285a] | 573 |
|
---|
[1641eb0] | 574 | % Load disk drivers on startup
|
---|
| 575 | ! CONFIG_START_BD (n/y)
|
---|
| 576 |
|
---|
| 577 | % Mount /data on startup
|
---|
| 578 | ! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
|
---|
[a074b4f] | 579 |
|
---|
[dafa2d04] | 580 | % Write core files
|
---|
| 581 | ! CONFIG_WRITE_CORE_FILES (n/y)
|
---|
[827d73f] | 582 |
|
---|
[a8010272] | 583 | % Include development files (headers, libraries)
|
---|
[d21e935c] | 584 | ! CONFIG_DEVEL_FILES (n/y)
|
---|
[a8010272] | 585 |
|
---|
[be6cef1b] | 586 | % Strip binaries
|
---|
[fa9616b4] | 587 | ! CONFIG_STRIP_BINARIES (n/y)
|
---|
[be6cef1b] | 588 |
|
---|
| 589 | % Optimize for size
|
---|
[fa9616b4] | 590 | ! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
|
---|
| 591 |
|
---|
[15b592b] | 592 | % Barebone build with essential binaries only
|
---|
| 593 | ! CONFIG_BAREBONE (n/y)
|
---|
[be6cef1b] | 594 |
|
---|
[e76e833f] | 595 | % Build pcc binaries
|
---|
| 596 | ! CONFIG_PCC (n/y)
|
---|
| 597 |
|
---|
[f4e508f] | 598 | % Build binutils binaries
|
---|
[10a530cc] | 599 | ! CONFIG_BINUTILS (n/y)
|
---|
| 600 |
|
---|
[3f0ea0e2] | 601 | % Build MSIM binary
|
---|
| 602 | ! CONFIG_MSIM (n/y)
|
---|
| 603 |
|
---|
[9ded977] | 604 | % Line debugging information
|
---|
| 605 | ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
|
---|
[42be09b] | 606 |
|
---|
[f4e508f] | 607 | # USB settings
|
---|
[f64e81a] | 608 |
|
---|
[960ff451] | 609 | % Start virtual USB host controller
|
---|
| 610 | ! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
|
---|
| 611 |
|
---|
[b4f291d] | 612 | % OHCI root hub port power switching
|
---|
[ca2815e] | 613 | @ "no" All root hub ports are always powered.
|
---|
| 614 | @ "ganged" Root hub ports are all powered or all off.
|
---|
| 615 | @ "per_port" Powered status of every root hub port is independent.
|
---|
[b9bbaad] | 616 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32] OHCI_POWER_SWITCH (choice)
|
---|
[83285fd] | 617 |
|
---|
| 618 | % GRUB boot loader architecture
|
---|
| 619 | @ "pc" GRUB for PC
|
---|
| 620 | @ "efi" GRUB for UEFI
|
---|
| 621 | ! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice)
|
---|
[5711f6ec] | 622 |
|
---|
| 623 | % uImage OS type
|
---|
| 624 | @ "2" NetBSD stage 2 boot loader
|
---|
| 625 | ! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice)
|
---|
| 626 |
|
---|
| 627 | % uImage OS type
|
---|
| 628 | @ "5" Linux kernel
|
---|
| 629 | ! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice)
|
---|