[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 |
|
---|
[41f7564] | 30 |
|
---|
[9a0367f] | 31 | ## General platform options
|
---|
| 32 |
|
---|
| 33 | % Platform
|
---|
[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 | @ "simics" Simics
|
---|
| 46 | @ "bgxemul" GXEmul big endian
|
---|
[afb1e35] | 47 | @ "lgxemul" GXEmul little endian
|
---|
[1ba41c5] | 48 | ! [PLATFORM=mips32] MACHINE (choice)
|
---|
| 49 |
|
---|
[edd7aa6d] | 50 | % Machine type
|
---|
| 51 | @ "gxemul" GXEmul
|
---|
| 52 | ! [PLATFORM=arm32] 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 |
|
---|
[9a0367f] | 59 | % CPU type
|
---|
| 60 | @ "pentium4" Pentium 4
|
---|
| 61 | @ "pentium3" Pentium 3
|
---|
| 62 | @ "core" Core Solo/Duo
|
---|
[70554dd] | 63 | @ "athlon_xp" Athlon XP
|
---|
| 64 | @ "athlon_mp" Athlon MP
|
---|
[fe33ac2e] | 65 | ! [PLATFORM=ia32] MACHINE (choice)
|
---|
[9a0367f] | 66 |
|
---|
| 67 | % CPU type
|
---|
| 68 | @ "opteron" Opteron
|
---|
| 69 | ! [PLATFORM=amd64] MACHINE (choice)
|
---|
| 70 |
|
---|
| 71 | % CPU type
|
---|
| 72 | @ "us" UltraSPARC I-II subarchitecture
|
---|
| 73 | @ "us3" UltraSPARC III-IV subarchitecture
|
---|
| 74 | ! [PLATFORM=sparc64] MACHINE (choice)
|
---|
| 75 |
|
---|
| 76 | % Ramdisk format
|
---|
| 77 | @ "tmpfs" TMPFS image
|
---|
| 78 | @ "fat" FAT16 image
|
---|
| 79 | ! RDFMT (choice)
|
---|
| 80 |
|
---|
| 81 |
|
---|
[98a4e76] | 82 | ## Mapping between platform and kernel architecture
|
---|
| 83 |
|
---|
| 84 | % Kernel architecture
|
---|
| 85 | @ "amd64"
|
---|
| 86 | ! [PLATFORM=amd64] KARCH (choice)
|
---|
| 87 |
|
---|
| 88 | % Kernel architecture
|
---|
| 89 | @ "arm32"
|
---|
| 90 | ! [PLATFORM=arm32] KARCH (choice)
|
---|
| 91 |
|
---|
| 92 | % Kernel architecture
|
---|
| 93 | @ "ia32"
|
---|
| 94 | ! [PLATFORM=ia32] KARCH (choice)
|
---|
| 95 |
|
---|
| 96 | % Kernel architecture
|
---|
| 97 | @ "ia32xen"
|
---|
| 98 | ! [PLATFORM=ia32xen] KARCH (choice)
|
---|
| 99 |
|
---|
| 100 | % Kernel architecture
|
---|
| 101 | @ "ia64"
|
---|
| 102 | ! [PLATFORM=ia64] KARCH (choice)
|
---|
| 103 |
|
---|
| 104 | % Kernel architecture
|
---|
| 105 | @ "mips32"
|
---|
| 106 | ! [PLATFORM=mips32] KARCH (choice)
|
---|
| 107 |
|
---|
| 108 | % Kernel architecture
|
---|
| 109 | @ "ppc32"
|
---|
| 110 | ! [PLATFORM=ppc32] KARCH (choice)
|
---|
| 111 |
|
---|
| 112 | % Kernel architecture
|
---|
| 113 | @ "ppc64"
|
---|
| 114 | ! [PLATFORM=ppc64] KARCH (choice)
|
---|
| 115 |
|
---|
| 116 | % Kernel architecture
|
---|
| 117 | @ "sparc64"
|
---|
| 118 | ! [PLATFORM=sparc64] KARCH (choice)
|
---|
| 119 |
|
---|
| 120 |
|
---|
| 121 | ## Mapping between platform and user space architecture
|
---|
| 122 |
|
---|
| 123 | % User space architecture
|
---|
| 124 | @ "amd64"
|
---|
| 125 | ! [PLATFORM=amd64] UARCH (choice)
|
---|
| 126 |
|
---|
| 127 | % User space architecture
|
---|
| 128 | @ "arm32"
|
---|
| 129 | ! [PLATFORM=arm32] UARCH (choice)
|
---|
| 130 |
|
---|
| 131 | % User space architecture
|
---|
| 132 | @ "ia32"
|
---|
| 133 | ! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
|
---|
| 134 |
|
---|
| 135 | % User space architecture
|
---|
| 136 | @ "ia64"
|
---|
| 137 | ! [PLATFORM=ia64] UARCH (choice)
|
---|
| 138 |
|
---|
| 139 | % User space architecture
|
---|
| 140 | @ "mips32"
|
---|
| 141 | ! [PLATFORM=mips32&(MACHINE=msim|MACHINE=simics|MACHINE=lgxemul)] UARCH (choice)
|
---|
| 142 |
|
---|
| 143 | % User space architecture
|
---|
| 144 | @ "mips32eb"
|
---|
[30e2bba] | 145 | ! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
|
---|
[98a4e76] | 146 |
|
---|
| 147 | % User space architecture
|
---|
| 148 | @ "ppc32"
|
---|
| 149 | ! [PLATFORM=ppc32] UARCH (choice)
|
---|
| 150 |
|
---|
| 151 | % User space architecture
|
---|
| 152 | @ "ppc64"
|
---|
| 153 | ! [PLATFORM=ppc64] UARCH (choice)
|
---|
| 154 |
|
---|
| 155 | % User space architecture
|
---|
| 156 | @ "sparc64"
|
---|
| 157 | ! [PLATFORM=sparc64] UARCH (choice)
|
---|
| 158 |
|
---|
| 159 |
|
---|
| 160 | ## Mapping between platform and boot architecture
|
---|
| 161 |
|
---|
| 162 | % Boot architecture
|
---|
| 163 | @ "amd64"
|
---|
| 164 | ! [PLATFORM=amd64] BARCH (choice)
|
---|
| 165 |
|
---|
| 166 | % Boot architecture
|
---|
| 167 | @ "arm32"
|
---|
| 168 | ! [PLATFORM=arm32] BARCH (choice)
|
---|
| 169 |
|
---|
| 170 | % Boot architecture
|
---|
| 171 | @ "ia32"
|
---|
| 172 | ! [PLATFORM=ia32] BARCH (choice)
|
---|
| 173 |
|
---|
| 174 | % Boot architecture
|
---|
| 175 | @ "ia32xen"
|
---|
| 176 | ! [PLATFORM=ia32xen] BARCH (choice)
|
---|
| 177 |
|
---|
| 178 | % Boot architecture
|
---|
| 179 | @ "ia64"
|
---|
| 180 | ! [PLATFORM=ia64] BARCH (choice)
|
---|
| 181 |
|
---|
| 182 | % Boot architecture
|
---|
| 183 | @ "mips32"
|
---|
| 184 | ! [PLATFORM=mips32] BARCH (choice)
|
---|
| 185 |
|
---|
| 186 | % Boot architecture
|
---|
| 187 | @ "ppc32"
|
---|
| 188 | ! [PLATFORM=ppc32] BARCH (choice)
|
---|
| 189 |
|
---|
| 190 | % Boot architecture
|
---|
| 191 | @ "ppc64"
|
---|
| 192 | ! [PLATFORM=ppc64] BARCH (choice)
|
---|
| 193 |
|
---|
| 194 | % Boot architecture
|
---|
| 195 | @ "sparc64"
|
---|
| 196 | ! [PLATFORM=sparc64] BARCH (choice)
|
---|
| 197 |
|
---|
| 198 |
|
---|
| 199 | ## Mapping between platform and image format
|
---|
| 200 |
|
---|
| 201 | % Image format
|
---|
| 202 | @ "binary"
|
---|
| 203 | ! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
|
---|
| 204 |
|
---|
| 205 | % Image format
|
---|
| 206 | @ "ecoff"
|
---|
| 207 | ! [PLATFORM=mips32&(MACHINE=simics|MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
|
---|
| 208 |
|
---|
| 209 |
|
---|
[9a0367f] | 210 | ## Compiler options
|
---|
| 211 |
|
---|
| 212 | % Compiler
|
---|
[c31e536] | 213 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 214 | @ "gcc_native" GCC Native
|
---|
| 215 | @ "icc_native" ICC Native
|
---|
[1e847fb] | 216 | @ "suncc_native" Sun Studio C Compiler
|
---|
[fe33ac2e] | 217 | ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
|
---|
[7bb0c32] | 218 |
|
---|
[9a0367f] | 219 | % Compiler
|
---|
[7bb0c32] | 220 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 221 | @ "gcc_native" GCC Native
|
---|
| 222 | @ "icc_native" ICC Native
|
---|
| 223 | ! [PLATFORM=ia64] COMPILER (choice)
|
---|
| 224 |
|
---|
[9a0367f] | 225 | % Compiler
|
---|
[7bb0c32] | 226 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 227 | @ "gcc_native" GCC Native
|
---|
[1e847fb] | 228 | @ "suncc_native" Sun Studio C Compiler
|
---|
[7bb0c32] | 229 | ! [PLATFORM=sparc64] COMPILER (choice)
|
---|
| 230 |
|
---|
[9a0367f] | 231 | % Compiler
|
---|
[7bb0c32] | 232 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 233 | @ "gcc_native" GCC Native
|
---|
[fe33ac2e] | 234 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
|
---|
[41f7564] | 235 |
|
---|
[9a0367f] | 236 |
|
---|
| 237 | ## Debug build options
|
---|
| 238 |
|
---|
| 239 | % Debug build
|
---|
[41f7564] | 240 | ! CONFIG_DEBUG (y/n)
|
---|
[9a0367f] | 241 |
|
---|
| 242 |
|
---|
[98a4e76] | 243 | ## Kernel configuration
|
---|
| 244 |
|
---|
| 245 | % Fences
|
---|
[70554dd] | 246 | ! [PLATFORM=ia32&(MACHINE=athlon_xp|MACHINE=athlon_mp|MACHINE=pentium3)] CONFIG_FENCES_P3 (y)
|
---|
[98a4e76] | 247 |
|
---|
| 248 | % Fences
|
---|
[30e2bba] | 249 | ! [PLATFORM=ia32&(MACHINE=pentium4|MACHINE=core)] CONFIG_FENCES_P4 (y)
|
---|
| 250 |
|
---|
| 251 | % Fences
|
---|
| 252 | ! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
|
---|
[98a4e76] | 253 |
|
---|
| 254 | % ACPI support
|
---|
| 255 | ! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
|
---|
| 256 |
|
---|
| 257 | % Hierarchical page tables support
|
---|
| 258 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
|
---|
| 259 |
|
---|
| 260 | % Page hash table support
|
---|
| 261 | ! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
|
---|
| 262 |
|
---|
| 263 | % i8042 controller support
|
---|
| 264 | ! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=ia64&MACHINE=i460GX)] CONFIG_I8042 (y)
|
---|
| 265 |
|
---|
| 266 | % Sun keyboard support
|
---|
| 267 | ! [PLATFORM=sparc64] CONFIG_SUN_KBD (y)
|
---|
| 268 |
|
---|
| 269 | % EGA support
|
---|
| 270 | ! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=ia64&MACHINE=i460GX)] CONFIG_EGA (y)
|
---|
| 271 |
|
---|
| 272 | % Software integer division support
|
---|
| 273 | ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
|
---|
| 274 |
|
---|
| 275 | % ASID support
|
---|
| 276 | ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
|
---|
| 277 |
|
---|
| 278 | % ASID FIFO support
|
---|
| 279 | ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
|
---|
| 280 |
|
---|
| 281 | % OpenFirmware tree support
|
---|
| 282 | ! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
|
---|
| 283 |
|
---|
| 284 | % FPU support
|
---|
[30e2bba] | 285 | ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
|
---|
| 286 |
|
---|
| 287 | % FPU support
|
---|
| 288 | ! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
|
---|
[98a4e76] | 289 |
|
---|
| 290 |
|
---|
[9a0367f] | 291 | ## Kernel features options
|
---|
| 292 |
|
---|
| 293 | % Support for SMP
|
---|
[70554dd] | 294 | ! [(PLATFORM=ia32&MACHINE!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
|
---|
[9a0367f] | 295 |
|
---|
| 296 | % Improved support for hyperthreading
|
---|
[30e2bba] | 297 | ! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
|
---|
| 298 |
|
---|
| 299 | % Improved support for hyperthreading
|
---|
[70554dd] | 300 | ! [PLATFORM=ia32&MACHINE!=athlon_xp&MACHINE!=athlon_mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n)
|
---|
[9a0367f] | 301 |
|
---|
| 302 | % Lazy FPU context switching
|
---|
[98a4e76] | 303 | ! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
|
---|
[9a0367f] | 304 |
|
---|
| 305 | % Use VHPT
|
---|
| 306 | ! [PLATFORM=ia64] CONFIG_VHPT (n/y)
|
---|
| 307 |
|
---|
| 308 | % Use TSB
|
---|
| 309 | ! [PLATFORM=sparc64] CONFIG_TSB (y/n)
|
---|
| 310 |
|
---|
| 311 | % Support for Z8530 serial port
|
---|
| 312 | ! [PLATFORM=sparc64] CONFIG_Z8530 (y/n)
|
---|
| 313 |
|
---|
| 314 | % Support for NS16550 serial port
|
---|
[826a4e8d] | 315 | ! [PLATFORM=sparc64] CONFIG_NS16550 (y/n)
|
---|
| 316 |
|
---|
| 317 | % Support for NS16550 serial port
|
---|
| 318 | ! [PLATFORM=ia64&MACHINE!=ski] CONFIG_NS16550 (n/y)
|
---|
[9a0367f] | 319 |
|
---|
[98a4e76] | 320 | % Support for Serengeti console
|
---|
| 321 | ! [PLATFORM=sparc64] CONFIG_SGCN (y/n)
|
---|
| 322 |
|
---|
[e7f2ad68] | 323 | % IOSapic on default address support
|
---|
| 324 | ! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
|
---|
| 325 |
|
---|
[9a0367f] | 326 | % Virtually indexed D-cache support
|
---|
| 327 | ! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
|
---|
| 328 |
|
---|
| 329 | % Support for userspace debuggers
|
---|
[e500785] | 330 | ! CONFIG_UDEBUG (y/n)
|
---|
[9a0367f] | 331 |
|
---|
| 332 | % Kernel console support
|
---|
| 333 | ! CONFIG_KCONSOLE (y/n)
|
---|
| 334 |
|
---|
| 335 | % Detailed kernel logging
|
---|
| 336 | ! CONFIG_LOG (n/y)
|
---|
| 337 |
|
---|
| 338 | % Deadlock detection support for spinlocks
|
---|
| 339 | ! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
|
---|
| 340 |
|
---|
| 341 | % Compile kernel tests
|
---|
| 342 | ! CONFIG_TEST (y/n)
|
---|
| 343 |
|
---|
| 344 |
|
---|
| 345 | ## Hardware support
|
---|
| 346 |
|
---|
| 347 | % Framebuffer support
|
---|
[30e2bba] | 348 | ! [(PLATFORM=mips32&MACHINE=lgxemul)|(PLATFORM=mips32&MACHINE=bgxemul)|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|(PLATFORM=sparc64&MACHINE=us3)] CONFIG_FB (y/n)
|
---|
[9a0367f] | 349 |
|
---|
[98a4e76] | 350 | % Framebuffer support
|
---|
| 351 | ! [PLATFORM=ppc32|(PLATFORM=sparc64&MACHINE=us)] CONFIG_FB (y)
|
---|
| 352 |
|
---|
[9a0367f] | 353 | % Framebuffer width
|
---|
| 354 | @ "640"
|
---|
| 355 | @ "800"
|
---|
| 356 | @ "1024"
|
---|
| 357 | @ "1152"
|
---|
| 358 | @ "1280"
|
---|
| 359 | @ "1400"
|
---|
| 360 | @ "1440"
|
---|
| 361 | @ "1600"
|
---|
| 362 | @ "2048"
|
---|
| 363 | ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
|
---|
| 364 |
|
---|
| 365 | % Framebuffer height
|
---|
| 366 | @ "480"
|
---|
| 367 | @ "600"
|
---|
| 368 | @ "768"
|
---|
| 369 | @ "852"
|
---|
| 370 | @ "900"
|
---|
| 371 | @ "960"
|
---|
| 372 | @ "1024"
|
---|
| 373 | @ "1050"
|
---|
| 374 | @ "1200"
|
---|
| 375 | @ "1536"
|
---|
| 376 | ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
|
---|
| 377 |
|
---|
| 378 | % Framebuffer depth
|
---|
| 379 | @ "8"
|
---|
| 380 | @ "16"
|
---|
| 381 | @ "24"
|
---|
| 382 | ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
|
---|
| 383 |
|
---|
| 384 | % Start AP processors by the loader
|
---|
[48c3d50] | 385 | ! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
|
---|
[9a0367f] | 386 |
|
---|
| 387 | % Use Block Address Translation by the loader
|
---|
| 388 | ! [PLATFORM=ppc32] CONFIG_BAT (y/n)
|
---|
| 389 |
|
---|
| 390 | % Preserve A.OUT header in isofs.b
|
---|
| 391 | ! [PLATFORM=sparc64] CONFIG_AOUT_ISOFS_B (y/n)
|
---|
| 392 |
|
---|
| 393 | % External ramdisk
|
---|
| 394 | ! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
|
---|
[f89979b] | 395 |
|
---|
| 396 | % Keyboard layout
|
---|
| 397 | @ "us_qwerty" US QWERTY
|
---|
| 398 | @ "us_dvorak" US Dvorak
|
---|
| 399 | ! KBD_LAYOUT (choice)
|
---|