diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-04-08 14:08:50 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 16:50:52 -0700 |
commit | 1bcc5aa87f043d34522d783154d08173b435fb46 (patch) | |
tree | dec628a085e998895e71c1a79e0020709f8fe094 /drivers/usb/host/Kconfig | |
parent | 8f1d169f999fea892c3fcbf5a79ae8525a477572 (diff) | |
download | linux-stable-1bcc5aa87f043d34522d783154d08173b435fb46.tar.gz linux-stable-1bcc5aa87f043d34522d783154d08173b435fb46.tar.bz2 linux-stable-1bcc5aa87f043d34522d783154d08173b435fb46.zip |
USB: Add initial S5P EHCI driver
This patch adds host USB high speed driver for samsung S5P series. This
is initial driver and we need additional implementation to support some
functions like power management.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 5f518ded1955..ade009081feb 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -188,6 +188,12 @@ config USB_EHCI_SH Enables support for the on-chip EHCI controller on the SuperH. If you use the PCI EHCI controller, this option is not necessary. +config USB_EHCI_S5P + boolean "S5P EHCI support" + depends on USB_EHCI_HCD && PLAT_S5P + help + Enable support for the S5P SOC's on-chip EHCI controller. + config USB_W90X900_EHCI bool "W90X900(W90P910) EHCI support" depends on USB_EHCI_HCD && ARCH_W90X900 |