]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - init/Kconfig
Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kernel.org/pub/scm...
[linux.git] / init / Kconfig
index 24b23d843df153e5d8552feb9d6f4ffce4848acb..20a6ac33761c98a6bb7466d5ec1a5e476b1eddda 100644 (file)
@@ -1224,6 +1224,18 @@ source "usr/Kconfig"
 
 endif
 
+config BOOT_CONFIG
+       bool "Boot config support"
+       select BLK_DEV_INITRD
+       help
+         Extra boot config allows system admin to pass a config file as
+         complemental extension of kernel cmdline when booting.
+         The boot config file must be attached at the end of initramfs
+         with checksum, size and magic word.
+         See <file:Documentation/admin-guide/bootconfig.rst> for details.
+
+         If unsure, say Y.
+
 choice
        prompt "Compiler optimization level"
        default CC_OPTIMIZE_FOR_PERFORMANCE