diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 957bf344c0f5..957d3e5aff9e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -618,6 +618,15 @@ config CMDLINE | |||
618 | some command-line options at build time by entering them here. In | 618 | some command-line options at build time by entering them here. In |
619 | most cases you will need to specify the root device here. | 619 | most cases you will need to specify the root device here. |
620 | 620 | ||
621 | config CMDLINE_FORCE | ||
622 | bool "Always use the default kernel command string" | ||
623 | depends on CMDLINE_BOOL | ||
624 | help | ||
625 | Always use the default kernel command string, even if the boot | ||
626 | loader passes other arguments to the kernel. | ||
627 | This is useful if you cannot or don't want to change the | ||
628 | command-line options your boot loader passes to the kernel. | ||
629 | |||
621 | config EXTRA_TARGETS | 630 | config EXTRA_TARGETS |
622 | string "Additional default image types" | 631 | string "Additional default image types" |
623 | help | 632 | help |