Embedded Linux development
 help / color / mirror / Atom feed
* [PATCH] USB:musb:fix dependency of selecting TWL4030_USB
@ 2009-08-01 13:01 tom.leiming
  2009-08-01 14:32 ` Gadiyar, Anand
  0 siblings, 1 reply; 3+ messages in thread
From: tom.leiming @ 2009-08-01 13:01 UTC (permalink / raw)
  To: greg, dbrownell; +Cc: linux-usb, linux-embedded, Ming Lei

From: Ming Lei <tom.leiming@gmail.com>

All machines based on OMAP34XX should select TWL_4030_USB if
they want to support musb.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
---
 drivers/usb/musb/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index 70073b1..6ac465e 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -11,7 +11,7 @@ config USB_MUSB_HDRC
 	depends on (USB || USB_GADGET) && HAVE_CLK
 	depends on !SUPERH
 	select NOP_USB_XCEIV if ARCH_DAVINCI
-	select TWL4030_USB if MACH_OMAP_3430SDP
+	select TWL4030_USB if ARCH_OMAP34XX
 	select USB_OTG_UTILS
 	tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
 	help
-- 
1.6.0.GIT

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

end of thread, other threads:[~2009-08-01 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 13:01 [PATCH] USB:musb:fix dependency of selecting TWL4030_USB tom.leiming
2009-08-01 14:32 ` Gadiyar, Anand
2009-08-01 14:51   ` Ming Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox