| .. | .. |
|---|
| 12 | 12 | bool "Early printk" |
|---|
| 13 | 13 | depends on !(SUN3 || M68000 || COLDFIRE) |
|---|
| 14 | 14 | 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. |
|---|
| 18 | 18 | |
|---|
| 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. |
|---|
| 21 | 21 | |
|---|
| 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. |
|---|
| 25 | 25 | |
|---|
| 26 | 26 | if !MMU |
|---|
| 27 | 27 | |
|---|