Commit 687b2754 authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Geert Uytterhoeven

m68k: Kconfig.debug: Replace single quotes

Replace single quotes in strings with double quotes to match the majority
of the rest of the kernel's Kconfig files.
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220524075848.21684-3-juergh@canonical.comSigned-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent a1ab4c1c
# SPDX-License-Identifier: GPL-2.0
config BOOTPARAM
bool 'Compiled-in Kernel Boot Parameter'
bool "Compiled-in Kernel Boot Parameter"
config BOOTPARAM_STRING
string 'Kernel Boot Parameter'
default 'console=ttyS0,19200'
string "Kernel Boot Parameter"
default "console=ttyS0,19200"
depends on BOOTPARAM
config EARLY_PRINTK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment