Emmanuel Grumbach <emmanuel.grumb...@intel.com> writes:

> From: Luca Coelho <luciano.coe...@intel.com>
>
> Add an initial implementation of runtime power management (RTPM) for
> PCI devices.  With this patch, RTPM is only used when wifi is off
> (i.e. the wifi interface is down).  This implementation is behind a
> new Kconfig flag, IWLWIFI_PCIE_RTPM.
>
> Signed-off-by: Luca Coelho <luciano.coe...@intel.com>
> Signed-off-by: Emmanuel Grumbach <emmanuel.grumb...@intel.com>

[...]

> --- a/drivers/net/wireless/intel/iwlwifi/Kconfig
> +++ b/drivers/net/wireless/intel/iwlwifi/Kconfig
> @@ -99,6 +99,18 @@ config IWLWIFI_UAPSD
>  
>         If unsure, say N.
>  
> +config IWLWIFI_PCIE_RTPM
> +       bool "Enable runtime power management mode for PCIe devices"
> +       depends on IWLMVM && IWLWIFI_PCIE && PM
> +       default false
> +       help
> +         Say Y here to enable runtime power management for PCIe
> +         devices.  If enabled, the device will go into low power mode
> +         when idle for a short period of time, allowing for improved
> +         power saving during runtime.
> +
> +      If unsure, say N.

I didn't see the new option in menuconfig and then noticed that I can't
find IWLWIFI_PCIE anywhere. Is that correct?

-- 
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to