summaryrefslogtreecommitdiff
path: root/chip/g/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/config_chip.h')
-rw-r--r--chip/g/config_chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chip/g/config_chip.h b/chip/g/config_chip.h
index 7a3fcb65df..d6dfe8fa13 100644
--- a/chip/g/config_chip.h
+++ b/chip/g/config_chip.h
@@ -52,4 +52,11 @@
/* Maximum number of deferrable functions */
#define DEFERRABLE_MAX_COUNT 8
+/* USB : TODO FIXME */
+#define CONFIG_USB_RAM_ACCESS_TYPE uint16_t
+/* No dedicated USB RAM */
+#define CONFIG_USB_RAM_BASE 0xdead0000
+#define CONFIG_USB_RAM_ACCESS_SIZE 0
+#define CONFIG_USB_RAM_SIZE 0
+
#endif /* __CROS_EC_CONFIG_CHIP_H */