diff options
author | Felipe Balbi <felipe.balbi@linux.intel.com> | 2016-10-24 09:40:18 +0200 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2016-11-03 09:38:42 +0100 |
commit | 9cecca75b5a0da1bb70465ed3863db5cbf00850b (patch) | |
tree | e4d42d3693bf0b162e43664d95976a0a53fb8541 /drivers/usb/dwc3/Kconfig | |
parent | usb: dwc3: pci: add a private driver structure (diff) | |
download | linux-9cecca75b5a0da1bb70465ed3863db5cbf00850b.tar.xz linux-9cecca75b5a0da1bb70465ed3863db5cbf00850b.zip |
usb: dwc3: pci: call _DSM for suspend/resume
Intel's BXT devices need to execute a _DSM method
during {runtime_,}{suspend,resume} in order to get a
chunk of dwc3 to power gate and save some extra
power.
Let's do that now.
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index a45b4f1ba689..c5aa235863e8 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -70,7 +70,7 @@ config USB_DWC3_EXYNOS config USB_DWC3_PCI tristate "PCIe-based Platforms" - depends on PCI + depends on PCI && ACPI default USB_DWC3 help If you're using the DesignWare Core IP with a PCIe, please say |