[PATCH] arm64: Add CMDLINE_EXTEND
Geoff Levand
geoff at infradead.org
Fri Dec 2 14:17:02 PST 2016
The device tree code already supports CMDLINE_EXTEND,
so add the config option to make it available on arm64.
Signed-off-by: Geoff Levand <geoff at infradead.org>
---
arch/arm64/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 969ef88..51f7545 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -949,6 +949,12 @@ config CMDLINE
entering them here. As a minimum, you should specify the the
root device (e.g. root=/dev/nfs).
+config CMDLINE_EXTEND
+ bool "Extend bootloader kernel arguments"
+ help
+ The command-line arguments provided by the boot loader will be
+ appended to the default kernel command string.
+
config CMDLINE_FORCE
bool "Always use the default kernel command string"
help
--
2.9.3
More information about the linux-arm-kernel
mailing list