summaryrefslogtreecommitdiff
path: root/board/drawcia/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/drawcia/board.h')
-rw-r--r--board/drawcia/board.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index 95d7073ff9..769b2432e6 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Waddledee board configuration */
+/* Drawcia board configuration */
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
@@ -75,6 +75,10 @@
#define CONFIG_USBC_RETIMER_TUSB544 /* C1 Redriver: TUSB544 */
+/* USB Type A Features */
+#define USB_PORT_COUNT 1
+#define CONFIG_USB_PORT_POWER_DUMB
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"