public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: r8a66597-hcd: Add support for SH7723 USB host
@ 2008-06-05 12:21 Yoshihiro Shimoda
  2008-06-06  5:44 ` Paul Mundt
  2008-06-06  6:14 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2008-06-05 12:21 UTC (permalink / raw)
  To: linux-sh

R8A66597 is similar to SH7723 USB 2.0 Host/Function module.
In addition, the USB of SH7366 is compatible with SH7723.
It can support SH7723 USB host by changing Kconfig.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
---
 drivers/usb/host/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -up a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
--- a/drivers/usb/host/Kconfig	2008-06-05 20:26:17.000000000 +0900
+++ b/drivers/usb/host/Kconfig	2008-06-05 20:25:16.000000000 +0900
@@ -301,10 +301,10 @@ config USB_R8A66597_HCD

 config SUPERH_ON_CHIP_R8A66597
 	boolean "Enable SuperH on-chip USB like the R8A66597"
-	depends on USB_R8A66597_HCD && CPU_SUBTYPE_SH7366
+	depends on USB_R8A66597_HCD && (CPU_SUBTYPE_SH7366 || CPU_SUBTYPE_SH7723)
 	help
 	   Renesas SuperH processor has USB like the R8A66597.
-	   This driver supported processor is SH7366.
+	   This driver supported processors are SH7366 and SH7723.

 config USB_WHCI_HCD
 	tristate "Wireless USB Host Controller Interface (WHCI) driver"
Common subdirectories: a/drivers/usb/host/whci and b/drivers/usb/host/whci

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

end of thread, other threads:[~2008-06-06  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05 12:21 [PATCH] usb: r8a66597-hcd: Add support for SH7723 USB host Yoshihiro Shimoda
2008-06-06  5:44 ` Paul Mundt
2008-06-06  6:14 ` Greg KH

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