Disable CONFIG_POWER_SAVING by default

As power saving seems to be broken
This commit is contained in:
Pascal de Bruijn 2019-05-25 18:20:00 +02:00 committed by Icenowy Zheng
parent cc5244f34c
commit 861cbb2029
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CONFIG_SDIO_HCI = y
CONFIG_GSPI_HCI = n
########################## Features ###########################
CONFIG_MP_INCLUDED = y
CONFIG_POWER_SAVING = y
CONFIG_POWER_SAVING = n # power saving seems broken
CONFIG_USB_AUTOSUSPEND = n
CONFIG_HW_PWRP_DETECTION = n
CONFIG_WIFI_TEST = n