Built-in kernel command line

configname: CONFIG_CMDLINE_BOOL

Linux Kernel Configuration
└─>Processor type and features
└─>Built-in kernel command line
In linux kernel since version 2.6.12  
Allow for specifying boot arguments to the kernel at
build time. On some systems (e.g. embedded ones), it is
necessary or convenient to provide some or all of the
kernel boot arguments with the kernel itself (that is,
to not rely on the boot loader to provide them.)

To compile command line arguments into the kernel,
set this option to 'Y', then fill in the
boot arguments in CONFIG_CMDLINE.

Systems with fully functional boot loaders (i.e. non-embedded)
should leave this option set to 'N'.