summaryrefslogtreecommitdiffstats
path: root/include/configs/gplugd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/gplugd.h')
-rw-r--r--include/configs/gplugd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h
index 9813309247..061ebe65f6 100644
--- a/include/configs/gplugd.h
+++ b/include/configs/gplugd.h
@@ -72,6 +72,7 @@
#define CONFIG_CMD_I2C
#define CONFIG_CMD_AUTOSCRIPT
#undef CONFIG_CMD_FPGA
+#define CONFIG_CMD_USB
/* Disable DCACHE */
#define CONFIG_SYS_DCACHE_OFF
@@ -134,4 +135,15 @@
#define CONFIG_CMD_EDITENV
#define CONFIG_CMD_SAVEENV
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_ARMADA100
+#define CONFIG_EHCI_IS_TDI
+#define CONFIG_USB_STORAGE
+#endif /* CONFIG_CMD_USB */
+
+#define CONFIG_DOS_PARTITION
+#define CONFIG_ISO_PARTITION
+#define CONFIG_SUPPORT_VFAT
+
#endif /* __CONFIG_GPLUGD_H */
OpenPOWER on IntegriCloud