@@ -122,8 +122,8 @@ config XMON_DEFAULT_RO_MODE
122
122
depends on XMON
123
123
default y
124
124
help
125
- Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
126
- 'xmon=ro' override this default.
125
+ Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
126
+ 'xmon=ro' override this default.
127
127
128
128
config DEBUGGER
129
129
bool
@@ -222,7 +222,7 @@ config PPC_EARLY_DEBUG_44x
222
222
help
223
223
Select this to enable early debugging for IBM 44x chips via the
224
224
inbuilt serial port. If you enable this, ensure you set
225
- PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
225
+ PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
226
226
227
227
config PPC_EARLY_DEBUG_40x
228
228
bool "Early serial debugging for IBM/AMCC 40x CPUs"
@@ -325,7 +325,7 @@ config PPC_EARLY_DEBUG_44x_PHYSLOW
325
325
default "0x40000200"
326
326
help
327
327
You probably want 0x40000200 for ebony boards and
328
- 0x40000300 for taishan
328
+ 0x40000300 for taishan
329
329
330
330
config PPC_EARLY_DEBUG_44x_PHYSHIGH
331
331
hex "EPRN of early debug UART physical address"
@@ -359,9 +359,9 @@ config FAIL_IOMMU
359
359
If you are unsure, say N.
360
360
361
361
config PPC_PTDUMP
362
- bool "Export kernel pagetable layout to userspace via debugfs"
363
- depends on DEBUG_KERNEL && DEBUG_FS
364
- help
362
+ bool "Export kernel pagetable layout to userspace via debugfs"
363
+ depends on DEBUG_KERNEL && DEBUG_FS
364
+ help
365
365
This option exports the state of the kernel pagetables to a
366
366
debugfs file. This is only useful for kernel developers who are
367
367
working in architecture specific areas of the kernel - probably
@@ -390,8 +390,8 @@ config PPC_DEBUG_WX
390
390
391
391
config PPC_FAST_ENDIAN_SWITCH
392
392
bool "Deprecated fast endian-switch syscall"
393
- depends on DEBUG_KERNEL && PPC_BOOK3S_64
394
- help
393
+ depends on DEBUG_KERNEL && PPC_BOOK3S_64
394
+ help
395
395
If you're unsure what this is, say N.
396
396
397
397
config KASAN_SHADOW_OFFSET
0 commit comments