hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/m68k/Kconfig.debug
....@@ -12,16 +12,16 @@
1212 bool "Early printk"
1313 depends on !(SUN3 || M68000 || COLDFIRE)
1414 help
15
- Write kernel log output directly to a serial port.
16
- Where implemented, output goes to the framebuffer as well.
17
- PROM console functionality on Sun 3x is not affected by this option.
15
+ Write kernel log output directly to a serial port.
16
+ Where implemented, output goes to the framebuffer as well.
17
+ PROM console functionality on Sun 3x is not affected by this option.
1818
19
- Pass "earlyprintk" on the kernel command line to get a
20
- boot console.
19
+ Pass "earlyprintk" on the kernel command line to get a
20
+ boot console.
2121
22
- This is useful for kernel debugging when your machine crashes very
23
- early, i.e. before the normal console driver is loaded.
24
- You should normally say N here, unless you want to debug such a crash.
22
+ This is useful for kernel debugging when your machine crashes very
23
+ early, i.e. before the normal console driver is loaded.
24
+ You should normally say N here, unless you want to debug such a crash.
2525
2626 if !MMU
2727