[LAD] How do I add threadirqs as a default boot parameter for a linux kernel not editing boot configs?
Kaj Ailomaa
ailomaa at warpmail.net
Mon May 7 10:00:58 UTC 2012
On 05/07/2012 11:27 AM, Jeremy Jongepier wrote:
> You could try adding a built-in kernel command string (Processor type
> and features - Built-in kernel command line). Never tried this so not
> sure if it works.
>
> Best,
>
> Jeremy
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev
That is an option. I found info here
http://cateee.net/lkddb/web-lkddb/CMDLINE.html
So, boot command line arguments could be added to the file
arch/<arch>/Kconfig, under either CONFIG_CMDLINE, or
CONFIG_CMDLINE_OVERRIDE, preferably the former. And they depend on
CONFIG_CMDLINE_BOOL.
More information about the Linux-audio-dev
mailing list