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