Skip to content

Commit

Permalink
Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"
Browse files Browse the repository at this point in the history
This reverts commit 453f775.

The driver should not have been accepted as the MSRT code is not
in the main kernel yet, which this depends on.

Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Hao Wu <hao.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jul 12, 2009
1 parent e3a3174 commit 1a74826
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2,107 deletions.
14 changes: 0 additions & 14 deletions drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,4 @@ config NOP_USB_XCEIV
built-in with usb ip or which are autonomous and doesn't require any
phy programming such as ISP1x04 etc.

config USB_LANGWELL_OTG
tristate "Intel Langwell USB OTG dual-role support"
depends on USB && MRST
select USB_OTG
select USB_OTG_UTILS
help
Say Y here if you want to build Intel Langwell USB OTG
transciever driver in kernel. This driver implements role
switch between EHCI host driver and Langwell USB OTG
client driver.

To compile this driver as a module, choose M here: the
module will be called langwell_otg.

endif # USB || OTG
1 change: 0 additions & 1 deletion drivers/usb/otg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ obj-$(CONFIG_USB_OTG_UTILS) += otg.o
obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o
obj-$(CONFIG_USB_LANGWELL_OTG) += langwell_otg.o
obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o

ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
Expand Down
Loading

0 comments on commit 1a74826

Please sign in to comment.