diff options
author | Benoit Goby <benoit@android.com> | 2011-03-10 01:28:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-11 23:22:10 +0100 |
commit | ee398ba97dd76ed53bed548dec648d918af4004c (patch) | |
tree | d1c040f81ba5359a60d693235eb1974b50abc058 /drivers/usb/otg/Makefile | |
parent | USB: serial: ch341: add new id (diff) | |
download | linux-ee398ba97dd76ed53bed548dec648d918af4004c.tar.xz linux-ee398ba97dd76ed53bed548dec648d918af4004c.zip |
usb: otg: Add ulpi viewport access ops
Add generic access ops for controllers with a ulpi viewport register
(e.g. Chipidea/ARC based controllers).
Signed-off-by: Benoit Goby <benoit@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/otg/Makefile')
-rw-r--r-- | drivers/usb/otg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/otg/Makefile b/drivers/usb/otg/Makefile index e516894260bf..e22d917de017 100644 --- a/drivers/usb/otg/Makefile +++ b/drivers/usb/otg/Makefile @@ -16,5 +16,6 @@ obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o obj-$(CONFIG_USB_LANGWELL_OTG) += langwell_otg.o obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o obj-$(CONFIG_USB_ULPI) += ulpi.o +obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o obj-$(CONFIG_AB8500_USB) += ab8500-usb.o |