Files
kernel_common_drivers/drivers/debug/Kconfig
T
song.han 296e2ed788 iotrace: support iotrace driver [2/2]
PD#SWPL-71754

Problem:
support iotrace driver

Solution:
support iotrace driver

Verify:
on s4d_ap222 and c2_af400

Change-Id: Iefaa724c118a9310ce1b7121c6685dce580db0d5
Signed-off-by: song.han <song.han@amlogic.com>
2022-03-01 19:56:52 -07:00

52 lines
1.3 KiB
Plaintext

config AMLOGIC_DEBUG
bool "AMLOGIC kernel debug"
depends on AMLOGIC_BREAK_GKI
default n
help
This option is set up for Amlogic kernel debug,
Modifying the source code, we will use the AMLOGIC_
prefix.If you want to add debug code to the kernel,please
use this option switch it.
config AMLOGIC_DEBUG_LOCKUP
bool "Amlogic Kernel ATrace"
depends on AMLOGIC_DEBUG
default n
help
Amlogic lockup code compatible with GKI mode,
includes isr, sirq, smc, idle check
config AMLOGIC_DEBUG_ATRACE
bool "Amlogic Kernel ATrace"
depends on AMLOGIC_DEBUG
default n
help
Add android atrace compatible function.
Support Tags
config AMLOGIC_BOOT_TIME
bool "AMLOGIC boot time optimi zation"
depends on AMLOGIC_BREAK_GKI
default n
help
This option is set up for Amlogic boot time optimization,
if you want to optimize boot time, please set this config to y.
config AMLOGIC_DEBUG_PRINTK
tristate "Amlogic printk support"
depends on AMLOGIC_DEBUG
default n
help
if you want to print information such as cpu irq,
please use this option switch it.
config AMLOGIC_DEBUG_FTRACE_PSTORE
bool "Amlogic ftrace pstore debug"
depends on AMLOGIC_DEBUG
depends on PSTORE_FTRACE
default n
help
Dump function call and register access to ramoops after watchdog
reboot.
Enable if doubt