summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_dvevm.h
diff options
context:
space:
mode:
authorThomas Abraham <t-abraham@ti.com>2009-01-04 09:41:20 +0530
committerRemy Bohmer <linux@bohmer.net>2009-01-28 19:57:30 +0100
commit20cc06611ea33fc0a67a5e56e6476379d2de3091 (patch)
tree32020d5f81b8c239bba0dbd336e96f5e7bcbdd05 /include/configs/davinci_dvevm.h
parent538ef967715322f64ee08efa2296d9682111b014 (diff)
downloadtalos-obmc-uboot-20cc06611ea33fc0a67a5e56e6476379d2de3091.tar.gz
talos-obmc-uboot-20cc06611ea33fc0a67a5e56e6476379d2de3091.zip
usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
Enabling USB MSC support for DM6446 (TI DaVinci) platform in the configuration file. Signed-off-by: Ravi Babu <ravibabu@ti.com> Signed-off-by: Swaminathan S <swami.iyer@ti.com> Signed-off-by: Thomas Abraham <t-abraham@ti.com> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/configs/davinci_dvevm.h')
-rw-r--r--include/configs/davinci_dvevm.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h
index a727f5625e..667c0d882e 100644
--- a/include/configs/davinci_dvevm.h
+++ b/include/configs/davinci_dvevm.h
@@ -171,6 +171,8 @@
#define CONFIG_SYS_LONGHELP
#define CONFIG_CRC32_VERIFY
#define CONFIG_MX_CYCLIC
+#define CONFIG_MUSB_HCD
+#define CONFIG_USB_DAVINCI
/*===================*/
/* Linux Information */
/*===================*/
@@ -203,6 +205,22 @@
#else
#error "Either CONFIG_SYS_USE_NAND or CONFIG_SYS_USE_NOR _MUST_ be defined !!!"
#endif
+/*==========================*/
+/* USB MSC support (if any) */
+/*==========================*/
+#ifdef CONFIG_USB_DAVINCI
+#define CONFIG_CMD_USB
+#ifdef CONFIG_MUSB_HCD
+#define CONFIG_USB_STORAGE
+#define CONFIG_CMD_STORAGE
+#define CONFIG_CMD_FAT
+#define CONFIG_DOS_PARTITION
+#endif
+#ifdef CONFIG_USB_KEYBOARD
+#define CONFIG_SYS_USB_EVENT_POLL
+#define CONFIG_PREBOOT "usb start"
+#endif
+#endif
/*=======================*/
/* KGDB support (if any) */
/*=======================*/
OpenPOWER on IntegriCloud