aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-07 18:48:33 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-12 00:21:28 +0900
commit048899ba8c54bc3e094185d69d6a62d7e7f9cf30 (patch)
treea28bf7a0be3c31389d722f5bccaac6643c89d677 /drivers/usb/host/Kconfig
parent113ef59e45b35f95b3b6b914bae671d61721e9ca (diff)
downloadu-boot-048899ba8c54bc3e094185d69d6a62d7e7f9cf30.zip
u-boot-048899ba8c54bc3e094185d69d6a62d7e7f9cf30.tar.gz
u-boot-048899ba8c54bc3e094185d69d6a62d7e7f9cf30.tar.bz2
usb: UniPhier: add UniPhier on-chip EHCI host driver support
Support EHCI host driver used on Panasonic UniPhier platform. Since Device Tree is not supported on UniPhier yet, the base address of USB cores are passed from board files (platdevice.c). TODO for me: Move the base address to device trees. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 8a6496a..30d1457 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -45,4 +45,12 @@ config USB_EHCI
if USB_EHCI_HCD
+config USB_EHCI_UNIPHIER
+ bool "Support for Panasonic UniPhier on-chip EHCI USB controller"
+ depends on ARCH_UNIPHIER
+ default y
+ ---help---
+ Enables support for the on-chip EHCI controller on Panasonic
+ UniPhier SoCs.
+
endif