diff options
-rw-r--r-- | init/Kconfig | 2 | ||||
-rw-r--r-- | scripts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index d2eb7a84a264..899e46eec1b2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -202,7 +202,7 @@ config AUDITSYSCALL | |||
202 | ensure that INOTIFY is configured. | 202 | ensure that INOTIFY is configured. |
203 | 203 | ||
204 | config IKCONFIG | 204 | config IKCONFIG |
205 | bool "Kernel .config support" | 205 | tristate "Kernel .config support" |
206 | ---help--- | 206 | ---help--- |
207 | This option enables the complete Linux kernel ".config" file | 207 | This option enables the complete Linux kernel ".config" file |
208 | contents to be saved in the kernel. It provides documentation | 208 | contents to be saved in the kernel. It provides documentation |
diff --git a/scripts/Makefile b/scripts/Makefile index ea41de8fb7f5..1c73c5aea66b 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
@@ -13,7 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash | |||
13 | hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash | 13 | hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash |
14 | hostprogs-$(CONFIG_IKCONFIG) += bin2c | 14 | hostprogs-$(CONFIG_IKCONFIG) += bin2c |
15 | 15 | ||
16 | always := $(hostprogs-y) | 16 | always := $(hostprogs-y) $(hostprogs-m) |
17 | 17 | ||
18 | # The following hostprogs-y programs are only build on demand | 18 | # The following hostprogs-y programs are only build on demand |
19 | hostprogs-y += unifdef | 19 | hostprogs-y += unifdef |