[PATCH 1/4] This patch adds EHCI menu config item for OMAP34xx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch adds the menu config items for EHCI Host Controller on OMAP34xx

Signed-off-by: Vikram Pandita <vikram.pandita@xxxxxx>
Acked-by: Kamat, Nishant <nskamat@xxxxxx>
----
 Kconfig      |    1 +
 host/Kconfig |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

Index: omap-submit/drivers/usb/Kconfig
===================================================================
--- omap-submit.orig/drivers/usb/Kconfig	2008-01-07 20:07:23.000000000 +0530
+++ omap-submit/drivers/usb/Kconfig	2008-01-07 20:08:38.000000000 +0530
@@ -49,6 +49,7 @@
 	boolean
 	default y if PPC_83xx
 	default y if SOC_AU1200
+	default y if ARCH_OMAP34XX
 	default PCI
 
 # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
Index: omap-submit/drivers/usb/host/Kconfig
===================================================================
--- omap-submit.orig/drivers/usb/host/Kconfig	2008-01-07 20:07:23.000000000 +0530
+++ omap-submit/drivers/usb/host/Kconfig	2008-01-08 12:15:59.000000000 +0530
@@ -28,6 +28,25 @@
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called ehci-hcd.
+choice
+	prompt "PHY/TLL mode"
+	depends on USB_EHCI_HCD && EXPERIMENTAL && ARCH_OMAP34XX
+	---help---
+	Choose PHY or TLL mode of operation
+
+config OMAP_EHCI_PHY_MODE
+	bool "PHY mode: ISP1504 on Port1/2 (NEW 3430ES2.0)"
+	depends on USB_EHCI_HCD && EXPERIMENTAL && ARCH_OMAP34XX
+	---help---
+	  EHCI PHY mode. Port1 and Port2 are connected to ISP1504 transcievers
+
+config OMAP_EHCI_TLL_MODE
+	bool "TLL mode: (EXPERIMENTAL)"
+	depends on USB_EHCI_HCD && EXPERIMENTAL && ARCH_OMAP34XX
+	---help---
+	OMAP EHCI controller has TLL mode of operation for all 3 ports.
+	Use this mode when no transciever is present
+endchoice
 
 config USB_EHCI_SPLIT_ISO
 	bool "Full speed ISO transactions (EXPERIMENTAL)"
-
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux