linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4] usb: remove unnecessary CONFIG_PM dependency from USB_OTG
@ 2015-10-29 13:52 Nathan Sullivan
  2015-11-03  8:40 ` Peter Chen
  2015-11-03 13:56 ` Felipe Balbi
  0 siblings, 2 replies; 11+ messages in thread
From: Nathan Sullivan @ 2015-10-29 13:52 UTC (permalink / raw)
  To: gregkh, balbi; +Cc: linux-usb, linux-kernel, Nathan Sullivan

The USB OTG support currently depends on power management
(CONFIG_PM) being enabled, but does not actually need it enabled.
Remove this dependency.

Tested on Bay Trail hardware with dwc3 USB.

Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
---
 drivers/usb/core/Kconfig |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index a99c89e..9c5cdf3 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -43,7 +43,6 @@ config USB_DYNAMIC_MINORS
 
 config USB_OTG
 	bool "OTG support"
-	depends on PM
 	default n
 	help
 	  The most notable feature of USB OTG is support for a
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-12-01 14:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 13:52 [PATCH V4] usb: remove unnecessary CONFIG_PM dependency from USB_OTG Nathan Sullivan
2015-11-03  8:40 ` Peter Chen
2015-11-03 13:56 ` Felipe Balbi
2015-11-03 14:53   ` Nathan Sullivan
2015-11-03 15:05     ` Felipe Balbi
2015-11-04  3:00   ` Peter Chen
2015-11-04  3:51     ` Felipe Balbi
2015-11-05  2:13       ` Peter Chen
2015-11-05 14:36         ` Felipe Balbi
2015-12-01 10:50       ` Li Jun
2015-12-01 14:25         ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).