summaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2008-11-27 19:12:07 +0000
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-20 15:57:43 -0700
commit6aac43844fbb241a7475a0c00bff91d54d6bc49c (patch)
tree2cd633a0fe37f3a6e02e3f711202fff7faf88ef5 /init/Kconfig
parent7b6ddeefab92c0967060abbef3af026dacdcc98f (diff)
UBUNTU: SAUCE: (no-up) version: Implement version_signature proc file.
Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Tim Gardener <tim.gardner@canonical.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 5cff9a980c39..ce68380c697b 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -184,6 +184,15 @@ config KERNEL_LZO
endchoice
+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