]> git.sur5r.net Git - u-boot/blobdiff - include/configs/KUP4X.h
* Modify KUP4X board configuration to use SL811 driver for USB memory
[u-boot] / include / configs / KUP4X.h
index 4451f2a0e16e229353197db173a48899ce8ba947..a5dcb4e7c7578586733d49f892cc0ba5879bf561 100644 (file)
 #define CONFIG_COMMANDS              ( CONFIG_CMD_DFL  | \
                                CFG_CMD_DHCP    | \
                                CFG_CMD_I2C     | \
-                               CFG_CMD_IDE     )
+                               CFG_CMD_IDE     | \
+                               CFG_CMD_USB     | \
+                               CFG_CMD_FAT)
 
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #include <cmd_confdefs.h>
 #define CONFIG_AUTOBOOT_STOP_STR       "."     /* easy to stop for now         */
 #define CONFIG_SILENT_CONSOLE  1
 
+#define CONFIG_USB_STORAGE     1
+#define CONFIG_USB_SL811HS     1
+
 #endif /* __CONFIG_H */