]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: make RTPM depend on EXPERT
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 7 Jan 2017 21:03:40 +0000 (23:03 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 8 Feb 2017 15:54:20 +0000 (17:54 +0200)
commit6eac0e817aee2518a96b5ce9d02b904e0667f370
treee53897a589015ff16ccd15b03a9f49306b434fbf
parent04fa3e680b4dd2fdd11d0152fb9b6067e7aac140
iwlwifi: make RTPM depend on EXPERT

Enabling the RTPM Kconfig option can be fairly risky.
Runtime PM must be validated against a specific platform
before it can be safely enabled. Hence, it makes no sense
for distros and other big OS vendors to enable it since
they ship code to various systems and unknown platform.

Make sure that this is hinted properly by making the
IWLWIFI_PCIE_RTPM Kconfig option depend on EXPERT.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=172411
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/Kconfig