summaryrefslogtreecommitdiffstats
path: root/drivers/staging/emxx_udc/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-06 19:44:17 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 14:42:17 -0700
commit33aa8d45a4fea3dc5d90338aad0867a66e0c38d5 (patch)
tree08c2a0298dbc894fe11342168b8db08407e883d3 /drivers/staging/emxx_udc/Kconfig
parent22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2 (diff)
downloadop-kernel-dev-33aa8d45a4fea3dc5d90338aad0867a66e0c38d5.zip
op-kernel-dev-33aa8d45a4fea3dc5d90338aad0867a66e0c38d5.tar.gz
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/emxx_udc/Kconfig')
-rw-r--r--drivers/staging/emxx_udc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/emxx_udc/Kconfig b/drivers/staging/emxx_udc/Kconfig
new file mode 100644
index 0000000..9bc6d3d
--- /dev/null
+++ b/drivers/staging/emxx_udc/Kconfig
@@ -0,0 +1,10 @@
+config USB_EMXX
+ boolean "EMXX USB Function Device Controller"
+ depends on USB_GADGET && (ARCH_SHMOBILE || (ARM && COMPILE_TEST))
+ help
+ The Emma Mobile series of SoCs from Renesas Electronics and
+ former NEC Electronics include USB Function hardware.
+
+ Say "y" to link the driver statically, or "m" to build a
+ dynamically linked module called "emxx_udc" and force all
+ gadget drivers to also be dynamically linked.
OpenPOWER on IntegriCloud