Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / init / Kconfig
index 24b23d8..cfee56c 100644 (file)
@@ -1224,6 +1224,20 @@ source "usr/Kconfig"
 
 endif
 
+config BOOT_CONFIG
+       bool "Boot config support"
+       depends on BLK_DEV_INITRD
+       select LIBXBC
+       default y
+       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 and size.
+         See <file:Documentation/admin-guide/bootconfig.rst> for details.
+
+         If unsure, say Y.
+
 choice
        prompt "Compiler optimization level"
        default CC_OPTIMIZE_FOR_PERFORMANCE