From c9650cbc063e1f1687e656657ec9f7a3556442b7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 10 Nov 2020 11:16:42 -0600 Subject: Linux v5.9.7 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_CMDLINE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_CMDLINE (limited to 'configs/fedora/generic/CONFIG_CMDLINE') diff --git a/configs/fedora/generic/CONFIG_CMDLINE b/configs/fedora/generic/CONFIG_CMDLINE new file mode 100644 index 000000000..10611732c --- /dev/null +++ b/configs/fedora/generic/CONFIG_CMDLINE @@ -0,0 +1,17 @@ +# CONFIG_CMDLINE: +# +# On some platforms, there is currently no way for the boot loader to +# pass arguments to the kernel. For these platforms, you can supply +# some command-line options at build time by entering them here. In +# most cases you will need to specify the root device here. +# +# Symbol: CMDLINE [=] +# Type : string +# Defined at arch/powerpc/Kconfig:882 +# Prompt: Initial kernel command string +# Location: +# -> Kernel options +# +# +# +CONFIG_CMDLINE="" -- cgit