ipq806x: enable PM support
this fixes build errors with latest mac80211 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
442ff3b34d
commit
1e152483de
1 changed files with 2 additions and 0 deletions
|
@ -314,6 +314,7 @@ CONFIG_PCI=y
|
|||
CONFIG_PCIEAER=y
|
||||
CONFIG_PCIEPORTBUS=y
|
||||
CONFIG_PCIE_DW=y
|
||||
CONFIG_PCIE_PME=y
|
||||
CONFIG_PCIE_QCOM=y
|
||||
CONFIG_PCI_DOMAINS=y
|
||||
CONFIG_PCI_MSI=y
|
||||
|
@ -334,6 +335,7 @@ CONFIG_PM=y
|
|||
CONFIG_PM_CLK=y
|
||||
# CONFIG_PM_DEBUG is not set
|
||||
CONFIG_PM_OPP=y
|
||||
CONFIG_PM_RUNTIME=y
|
||||
CONFIG_PM_SLEEP=y
|
||||
CONFIG_PM_SLEEP_SMP=y
|
||||
CONFIG_POWER_RESET=y
|
||||
|
|
Loading…
Reference in a new issue