X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=init%2FKconfig;h=f55f5279c68498cc8a05b3d3565d909fd5e71951;hb=de5594ae40a34151754190e229f43535518564e7;hp=8514b25db21c6bb6928a6944cc6867ae9414321c;hpb=0ffff118b16b1201801d002ff9fa2eecdb45c529;p=mirror_ubuntu-artful-kernel.git diff --git a/init/Kconfig b/init/Kconfig index 8514b25db21c..f55f5279c684 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -220,6 +220,15 @@ config DEFAULT_HOSTNAME but you may wish to use a different default here to make a minimal system more usable with less configuration. +config VERSION_SIGNATURE + string "Arbitrary version signature" + help + This string will be created in a file, /proc/version_signature. It + is useful in determining arbitrary data about your kernel. For instance, + if you have several kernels of the same version, but need to keep track + of a revision of the same kernel, but not affect it's ability to load + compatible modules, this is the easiest way to do that. + config SWAP bool "Support for paging of anonymous memory (swap)" depends on MMU && BLOCK