mirror of https://github.com/OpenIPC/firmware.git
30 lines
935 B
Diff
30 lines
935 B
Diff
diff -drupN a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug
|
|
--- a/arch/arm64/Kconfig.debug 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/arch/arm64/Kconfig.debug 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -14,6 +14,14 @@ config ARM64_PTDUMP
|
|
kernel.
|
|
|
|
If in doubt, say N.
|
|
+config EARLY_PRINTK
|
|
+ bool "Early printk support"
|
|
+ default y
|
|
+ help
|
|
+ Say Y here if you want to have an early console using the
|
|
+ earlyprintk=<name>[,<addr>][,<options>] kernel parameter. It
|
|
+ is assumed that the early console device has been initialised
|
|
+ by the boot loader prior to starting the Linux kernel.
|
|
|
|
config PID_IN_CONTEXTIDR
|
|
bool "Write the current PID to the CONTEXTIDR register"
|
|
@@ -62,6 +70,10 @@ config DEBUG_ALIGN_RODATA
|
|
|
|
If in doubt, say N.
|
|
|
|
+config SUNXI_DUMP
|
|
+ bool "sunxi_dump help to dump all dram area for crash tool"
|
|
+ depends on ARCH_SUN50I
|
|
+
|
|
source "drivers/hwtracing/coresight/Kconfig"
|
|
|
|
endmenu
|