summaryrefslogtreecommitdiff
path: root/drivers/amlogic/debug/Kconfig (plain)
blob: 1bbc48731be439823bd865a5ae0f68853177a2d7
1menuconfig AMLOGIC_DEBUG
2 bool "AMLOGIC kernel debug"
3 default n
4 help
5 Amlogic kernel debug
6
7config AMLOGIC_DEBUG_LOCKUP
8 bool "Amlogic Kernel Lockup debug"
9 depends on AMLOGIC_DEBUG
10 depends on HARDLOCKUP_DETECTOR
11 default n
12 help
13 Debug lockup in isr and deaklock whit irq disabled.
14 When enable this config, Watchdog should be disabled.
15
16config AMLOGIC_DEBUG_ATRACE
17 bool "Amlogic Kernel ATrace"
18 depends on AMLOGIC_DEBUG
19 default y
20 help
21 Add android atrace compatible function
22