]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - init/Kconfig
[PATCH] v4l: 683: some v4l2 api calls implemented on msp3400.c
[karo-tx-linux.git] / init / Kconfig
index d5a1a1228fab05632107e53152c954c0033d10f9..ea097e0a9c02964abbe421d5aaf3efc1459e4010 100644 (file)
@@ -60,8 +60,8 @@ config INIT_ENV_ARG_LIMIT
        default 32 if !USERMODE
        default 128 if USERMODE
        help
-         This is the value of the two limits on the number of argument and of
-         env.var passed to init from the kernel command line.
+         Maximum of each of the number of arguments and environment
+         variables passed to init from the kernel command line.
 
 endmenu
 
@@ -501,3 +501,7 @@ config STOP_MACHINE
        help
          Need stop_machine() primitive.
 endmenu
+
+menu "Block layer"
+source "block/Kconfig"
+endmenu