summaryrefslogtreecommitdiff
path: root/drivers/amlogic/debug/Kconfig (plain)
blob: 34af209052798094cc0152fdf182a7583d0fa898
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
16