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