1 # For a description of the syntax of this configuration file,
2 # see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
7 string "Keyboard layout"
10 Keyboard layout used in shell.
12 config UI_SHELL_INITCMD
13 string "Shell init command"
16 Command, which is started when shell is spawned.
22 Limit of logged commands in console log.
24 config UI_CONSOLESERIAL
25 bool "Serial console (RS232)"
28 Enable serial console input/output - usefully on embedded devices.
32 menu "Memory management"
38 Paging is a transfer of pages between main memory and an auxiliary store, such as hard disk drive. Paging is an important part of virtual memory implementation in most contemporary general-purpose operating systems, allowing them to easily use disk storage for data that does not fit into physical RAM.
41 bool "ZAlloc (EXPERIMENTAL)"
44 New kernel memory allocator/deallocator - malloc/free/realloc written by ZeXx86
47 bool "DLAlloc (EXPERIMENTAL)"
50 Version of malloc/free/realloc written by Doug Lea
60 IPv4 is a data-oriented protocol to be used on a packet switched internetwork (e.g., Ethernet).
66 Internet Protocol version 6 (IPv6) is an Internet Layer protocol for packet-switched internetworks. It is designated as the successor of IPv4, the first and still dominant version of the Internet Protocol, for general use on the Internet.
69 bool "(tun6) Tunnel broker protocol"
72 This provide tunnel, where IPv6 is tunneled directly inside IPv4 by having the protocol field set to '41' (IPv6) in the IPv4 packet.
82 Provide compatibility for Qemu emulated machines - scheduler optimalization, etc.
86 source "drivers/Kconfig"