Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CMDLINE_FROM_BOOTCONFIG:
( CONFIG_BOOT_CONFIG_EMBED_FILE != "") && ( CONFIG_ARCH_SUPPORTS_CMDLINE_FROM_BOOTCONFIG ) && ( CONFIG_CMDLINE = "")Render the "kernel" subtree of the embedded bootconfig file into a flat cmdline string at kernel build time and prepend it to boot_command_line during early architecture setup. This makes early_param() handlers (e.g. mem=, earlycon=, loglevel=) see the values supplied via the embedded bootconfig.
The runtime bootconfig parser is unaffected, so tree-structured consumers such as ftrace boot-time tracing keep working.
Note: when an initrd also carries a bootconfig, its "kernel" subtree is still parsed at runtime, but the embedded "kernel" keys remain in boot_command_line for parse_early_param() and end up later than the initrd keys in saved_command_line, so parse_args() last-wins favors the embedded values. If you need initrd to override embedded kernel.* keys, leave this option off.
If unsure, say N.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2026). See also LKDDb sources on GitLab