提交 de655fa8 编写于 作者: U Ulf Magnusson 提交者: Luca Coelho

iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default

'default false' should be 'default n', though they happen to have the
same effect here, due to undefined symbols ('false' in this case)
evaluating to n in a tristate sense.

Remove the default instead of changing it. bool and tristate symbols
implicitly default to n.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Signed-off-by: NUlf Magnusson <ulfalizer@gmail.com>
Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
上级 6508de03
...@@ -91,7 +91,6 @@ config IWLWIFI_BCAST_FILTERING ...@@ -91,7 +91,6 @@ config IWLWIFI_BCAST_FILTERING
config IWLWIFI_PCIE_RTPM config IWLWIFI_PCIE_RTPM
bool "Enable runtime power management mode for PCIe devices" bool "Enable runtime power management mode for PCIe devices"
depends on IWLMVM && PM && EXPERT depends on IWLMVM && PM && EXPERT
default false
help help
Say Y here to enable runtime power management for PCIe Say Y here to enable runtime power management for PCIe
devices. If enabled, the device will go into low power mode devices. If enabled, the device will go into low power mode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册