1# Disable power management to prevent SoC from sleeping.
2# The test would not finish otherwise as there is no external
3# interrupts to wake up the SoC.
4# This board has an extra option to control PM, so need to
5# disable it here.
6CONFIG_PM=n
7