Kconfig (dbec486632d2303f5c0e75af7a8473fa4c4a145a) | Kconfig (aaebf4332018980fef4e601d1b5a6e52dd9e9ae4) |
---|---|
1menu "Code maturity level options" 2 3config EXPERIMENTAL 4 bool "Prompt for development and/or incomplete code/drivers" 5 ---help--- 6 Some of the various things that Linux supports (such as network 7 drivers, file systems, network protocols, etc.) can be in a state 8 of development where the functionality, stability, or the level of --- 63 unchanged lines hidden (view full) --- 72 help 73 Append an extra string to the end of your kernel version. 74 This will show up when you type uname, for example. 75 The string you set here will be appended after the contents of 76 any files with a filename matching localversion* in your 77 object and source tree, in that order. Your total string can 78 be a maximum of 64 characters. 79 | 1menu "Code maturity level options" 2 3config EXPERIMENTAL 4 bool "Prompt for development and/or incomplete code/drivers" 5 ---help--- 6 Some of the various things that Linux supports (such as network 7 drivers, file systems, network protocols, etc.) can be in a state 8 of development where the functionality, stability, or the level of --- 63 unchanged lines hidden (view full) --- 72 help 73 Append an extra string to the end of your kernel version. 74 This will show up when you type uname, for example. 75 The string you set here will be appended after the contents of 76 any files with a filename matching localversion* in your 77 object and source tree, in that order. Your total string can 78 be a maximum of 64 characters. 79 |
80config LOCALVERSION_AUTO 81 bool "Automatically append version information to the version string" 82 default y 83 help 84 This will try to automatically determine if the current tree is a 85 release tree by looking for git tags that 86 belong to the current top of tree revision. 87 88 A string of the format -gxxxxxxxx will be added to the localversion 89 if a git based tree is found. The string generated by this will be 90 appended after any matching localversion* files, and after the value 91 set in CONFIG_LOCALVERSION 92 93 Note: This requires Perl, and a git repository, but not necessarily 94 the git or cogito tools to be installed. 95 |
|
80config SWAP 81 bool "Support for paging of anonymous memory (swap)" 82 depends on MMU 83 default y 84 help 85 This option allows you to choose whether you want to have support 86 for socalled swap devices or swap files in your kernel that are 87 used to provide more virtual memory than the actual RAM present --- 400 unchanged lines hidden --- | 96config SWAP 97 bool "Support for paging of anonymous memory (swap)" 98 depends on MMU 99 default y 100 help 101 This option allows you to choose whether you want to have support 102 for socalled swap devices or swap files in your kernel that are 103 used to provide more virtual memory than the actual RAM present --- 400 unchanged lines hidden --- |