summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index be43d755eb..9552fad650 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -15,6 +15,8 @@
#undef CONFIG_HIBERNATE
#undef CONFIG_LID_SWITCH
+#if !defined(CHIP_VARIANT_CR50_A1)
+
/* USB configuration */
#define CONFIG_USB
#define CONFIG_USB_CONSOLE
@@ -22,6 +24,7 @@
#define CONFIG_USB_PID 0x5014
+#endif
/*
* Allow dangerous commands all the time, since we don't have a write protect
* switch.