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