diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-06 19:44:17 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-19 14:42:17 -0700 |
commit | 33aa8d45a4fea3dc5d90338aad0867a66e0c38d5 (patch) | |
tree | 08c2a0298dbc894fe11342168b8db08407e883d3 /drivers/staging/Makefile | |
parent | 22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2 (diff) | |
download | talos-op-linux-33aa8d45a4fea3dc5d90338aad0867a66e0c38d5.tar.gz talos-op-linux-33aa8d45a4fea3dc5d90338aad0867a66e0c38d5.zip |
staging: emxx_udc: Add Emma Mobile USB Gadget driver
Add the emxx_udc driver to staging based on an old linux-2.6.35.7
android tree. The driver has been brushed up slightly to complile
but it is still in great need of cleanup.
At this point DT bindings are clearly lacking and I doubt that the
driver even can run with multiple instances (global variables, hurray!).
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 1e97ad2177de..e5039056266d 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -39,6 +39,7 @@ obj-$(CONFIG_CXT1E1) += cxt1e1/ obj-$(CONFIG_FB_XGI) += xgifb/ obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/ obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/ +obj-$(CONFIG_USB_EMXX) += emxx_udc/ obj-$(CONFIG_USB_ENESTORAGE) += keucr/ obj-$(CONFIG_BCM_WIMAX) += bcm/ obj-$(CONFIG_FT1000) += ft1000/ |