From 70faef5ce657609ef9d0e8723367d4bc73eb46ef Mon Sep 17 00:00:00 2001 From: Ross Biro Date: Sat, 30 Sep 2006 23:27:25 -0700 Subject: [PATCH] --- yaml --- r: 37621 b: refs/heads/master c: f2443ab6c485701576e9116ee44817e66adafd5a h: refs/heads/master i: 37619: 4ea051d87be753fcc6cee6082783dd00f3b0bd05 v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 2 +- trunk/scripts/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 376876092318..4d36b94b99db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 756184b7d771992f4fb1998d62aebcaf3e028076 +refs/heads/master: f2443ab6c485701576e9116ee44817e66adafd5a diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index d2eb7a84a264..899e46eec1b2 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -202,7 +202,7 @@ config AUDITSYSCALL ensure that INOTIFY is configured. config IKCONFIG - bool "Kernel .config support" + tristate "Kernel .config support" ---help--- This option enables the complete Linux kernel ".config" file contents to be saved in the kernel. It provides documentation diff --git a/trunk/scripts/Makefile b/trunk/scripts/Makefile index ea41de8fb7f5..1c73c5aea66b 100644 --- a/trunk/scripts/Makefile +++ b/trunk/scripts/Makefile @@ -13,7 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash hostprogs-$(CONFIG_IKCONFIG) += bin2c -always := $(hostprogs-y) +always := $(hostprogs-y) $(hostprogs-m) # The following hostprogs-y programs are only build on demand hostprogs-y += unifdef