We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ab4c1 commit 687b275Copy full SHA for 687b275
arch/m68k/Kconfig.debug
@@ -1,11 +1,11 @@
1
# SPDX-License-Identifier: GPL-2.0
2
3
config BOOTPARAM
4
- bool 'Compiled-in Kernel Boot Parameter'
+ bool "Compiled-in Kernel Boot Parameter"
5
6
config BOOTPARAM_STRING
7
- string 'Kernel Boot Parameter'
8
- default 'console=ttyS0,19200'
+ string "Kernel Boot Parameter"
+ default "console=ttyS0,19200"
9
depends on BOOTPARAM
10
11
config EARLY_PRINTK
0 commit comments