summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>2008-07-09 21:07:38 +0900
committerMarkus Klotzbuecher <mk@denx.de>2008-08-07 17:37:36 +0200
commitfd0f2f3796ff2a7a32d35deb1b7996e485849df7 (patch)
tree2bdb8ef38517c0ab344103edb04434e31a9acc18 /include/usb.h
parent1d10dcd041aaeae9fd7c821005692898a0303382 (diff)
downloadblackbird-obmc-uboot-fd0f2f3796ff2a7a32d35deb1b7996e485849df7.tar.gz
blackbird-obmc-uboot-fd0f2f3796ff2a7a32d35deb1b7996e485849df7.zip
usb: add support for R8A66597 usb controller
add support for Renesas R8A66597 usb controller. This patch supports USB Host mode. Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 5a6ffddec8..e68e98eadc 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -171,7 +171,7 @@ struct usb_device {
#if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \
defined(CONFIG_USB_OHCI_NEW) || defined (CONFIG_USB_SL811HS) || \
- defined(CONFIG_USB_ISP116X_HCD)
+ defined(CONFIG_USB_ISP116X_HCD) || defined(CONFIG_USB_R8A66597_HCD)
int usb_lowlevel_init(void);
int usb_lowlevel_stop(void);
OpenPOWER on IntegriCloud