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