1# 2# sunxi standby debug config. 3# 4menu "Standby Debugging Drivers" 5 depends on AW_BSP 6 7config AW_STANDBY_DEBUG 8 tristate "Allwinner Standby Debugging Driver" 9 depends on AW_BSP && PM && (ARM || ARM64) 10 default y 11 help 12 Say y here if you want to support standby debug module. 13 The standby debug module is used to debug system suspend. 14 When in doubt, say "Y". 15 16endmenu 17