summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index 464ad50953..43f7cfdbca 100644
--- a/include/config.h
+++ b/include/config.h
@@ -503,9 +503,6 @@
/*****************************************************************************/
-/* Support EC acting as host master for other MCUs. */
-#undef CONFIG_HOST_CMD_MASTER
-
/*
* Support the host asking the EC about the status of the most recent host
* command.
@@ -866,12 +863,19 @@
#undef CONFIG_UART_TX_DMA
/*****************************************************************************/
+/* USB PD config */
+
+/* USB PD MCU slave address for host commands */
+#define CONFIG_USB_PD_I2C_SLAVE_ADDR 0x3c
+
+/* TODO(crosbug.com/p/29499): Determine threshold for power negotiation */
+/* USB PD minimum battery charge to negotiate for more power */
+#define CONFIG_USB_PD_MIN_BATT_CHARGE 1
/* USB PD transmit uses SPI master */
#undef CONFIG_USB_PD_TX_USES_SPI_MASTER
-/* USB PD MCU slave address for host commands */
-#define CONFIG_USB_PD_I2C_SLAVE_ADDR 0x3c
+/*****************************************************************************/
/* Support simple control of power to the device's USB ports */
#undef CONFIG_USB_PORT_POWER_DUMB