Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index

CONFIG_CMDLINE_FROM_BOOTCONFIG: Render embedded bootconfig as kernel cmdline at build time

General informations

The Linux kernel configuration item CONFIG_CMDLINE_FROM_BOOTCONFIG:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index

Automatically generated (in year 2026). See also LKDDb sources on GitLab