[PATCH] arm64: Extend arm64 Kconfig to contain CMDLINE_EXTEND
Koehrer Mathias (ETAS/EES-SL)
mathias.koehrer at etas.com
Mon Nov 2 07:12:19 EST 2020
Extend arm64 Kconfig to contain CMDLINE_EXTEND
The config variable CMDLINE_EXTEND is already available in some
architectures, however it is missing in arm64.
This patch adds this config variable for architecture arm64.
Signed-off-by: Mathias Koehrer <mathias.koehrer at etas.com>
---
Index: linux-5.4/arch/arm64/Kconfig
===================================================================
--- linux-5.4.orig/arch/arm64/Kconfig
+++ linux-5.4/arch/arm64/Kconfig
@@ -1596,6 +1596,13 @@ 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"
+ default n
+ 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
More information about the linux-arm-kernel
mailing list