| menuconfig AMLOGIC_DEBUG | |
| bool "AMLOGIC kernel debug" | |
| 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 Lockup debug" | |
| depends on AMLOGIC_DEBUG | |
| depends on HARDLOCKUP_DETECTOR | |
| default n | |
| help | |
| Debug lockup in isr and deaklock whit irq disabled. | |
| When enable this config, Watchdog should be disabled. | |