mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
296e2ed788
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>
52 lines
1.3 KiB
Plaintext
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
|