diff options
author | John Crispin <john@phrozen.org> | 2016-05-30 23:55:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-31 01:39:31 +0200 |
commit | 1e152483deeddfdfb7af2c5411de21ad305e04f6 (patch) | |
tree | ce0ad004837e8e884fd44b4b2730b933bf5636f3 /target/linux/ipq806x | |
parent | 442ff3b34da80ba62d539c1998351600d5e8ae0b (diff) | |
download | upstream-1e152483deeddfdfb7af2c5411de21ad305e04f6.tar.gz upstream-1e152483deeddfdfb7af2c5411de21ad305e04f6.tar.bz2 upstream-1e152483deeddfdfb7af2c5411de21ad305e04f6.zip |
ipq806x: enable PM support
this fixes build errors with latest mac80211
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 40e3a75f8c..68a8933748 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -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 |