Re: [PATCH v6 6/8] Documentation: bootconfig: document build-time cmdline rendering
Breno Leitao <[email protected]> Wed, 24 Jun 2026 08:50:20 -0700
| Newsgroups | org.kernel.vger.linux-kbuild,dev.linux.lists.llvm,org.kernel.vger.bpf,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-trace-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 24, 2026 at 05:47:37PM +0900, Masami Hiramatsu wrote: > On Tue, 23 Jun 2026 09:15:33 -0700 > > > > +The option requires ``CONFIG_BOOT_CONFIG_EMBED=y``, a non-empty > > +``CONFIG_BOOT_CONFIG_EMBED_FILE``, and an architecture that selects > > +``CONFIG_ARCH_SUPPORTS_CMDLINE_FROM_BOOTCONFIG``. Currently only x86 > > +selects it; on other architectures the embedded bootconfig still works, > > +but only through the late runtime parser. > > As commented by Sashiko, here we need to mention that this option requires > CONFIG_CMDLINE to be empty. This means user can NOT set both option > at once (This also means user doesn't have to worry about configuration > conflicts.) Ack! I will update. --breno