PM / Kconfig: Replace PM_RUNTIME with PM in dependencies
After commit b2b49ccbdd
(PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is
selected) PM_RUNTIME is always set if PM is set, so Kconfig options
depending on CONFIG_PM_RUNTIME may now be changed to depend on
CONFIG_PM.
Replace PM_RUNTIME with PM in Kconfig dependencies throughout the
tree.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Tejun Heo <tj@kernel.org>
此提交包含在:
@@ -41,7 +41,7 @@ config USB_STORAGE_REALTEK
|
||||
|
||||
config REALTEK_AUTOPM
|
||||
bool "Realtek Card Reader autosuspend support"
|
||||
depends on USB_STORAGE_REALTEK && PM_RUNTIME
|
||||
depends on USB_STORAGE_REALTEK && PM
|
||||
default y
|
||||
|
||||
config USB_STORAGE_DATAFAB
|
||||
|
新增問題並參考
封鎖使用者