USB: remove remaining instances of USB_SUSPEND
Commit 84ebc10294
(USB: remove
CONFIG_USB_SUSPEND option) failed to remove all of the usages of
USB_SUSPEND throughout the kernel. This patch (as1677) removes the
remaining instances of that symbol.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
815fa7b917
commit
98f541c6e3
@@ -25,7 +25,7 @@ config AB8500_USB
|
||||
|
||||
config FSL_USB2_OTG
|
||||
bool "Freescale USB OTG Transceiver Driver"
|
||||
depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_SUSPEND
|
||||
depends on USB_EHCI_FSL && USB_FSL_USB2 && PM_RUNTIME
|
||||
select USB_OTG
|
||||
help
|
||||
Enable this to support Freescale USB OTG transceiver.
|
||||
@@ -161,7 +161,7 @@ config USB_MSM_OTG
|
||||
|
||||
config USB_MV_OTG
|
||||
tristate "Marvell USB OTG support"
|
||||
depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND
|
||||
depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
|
||||
select USB_OTG
|
||||
help
|
||||
Say Y here if you want to build Marvell USB OTG transciever
|
||||
|
Reference in New Issue
Block a user