summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2011-10-27 10:36:47 +0200
committerRemy Bohmer <[email protected]>2011-12-11 14:44:49 +0100
commita954da2902e2e0fc54942691d6e0d64a7a1b3c3a (patch)
tree50ffd6a012a1ff4dc32eac5e96e0d7ec89de9a00 /include
parent38517a7821d531aabe8e14a3806a7913b14a57b2 (diff)
usb:gadget:s5p Enable the USB Gadget framework at GONI
This commit enables support for USB Gadgets on the GONI reference target. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Cc: Minkyu Kang <[email protected]> Cc: Remy Bohmer <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/s5p_goni.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 3434de7f779..56b5547fd27 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -237,5 +237,8 @@
#define CONFIG_SYS_I2C_SPEED 50000
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_SYS_MAX_I2C_BUS 7
+#define CONFIG_USB_GADGET
+#define CONFIG_USB_GADGET_S3C_UDC_OTG
+#define CONFIG_USB_GADGET_DUALSPEED
#endif /* __CONFIG_H */