mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
pd: add missing CONFIG_USB_PD_ options
Add and undefine CONFIG_USB_PD_ options that were missing from config.h BUG=none BRANCH=none TEST=make -j buildall Signed-off-by: Alec Berg <alecaberg@chromium.org> Change-Id: I0e5d64736f2f04794f226872eaafc0984b48f05e Reviewed-on: https://chromium-review.googlesource.com/211044 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
4c1665eb9c
commit
ff4eb7e092
@@ -905,11 +905,20 @@
|
||||
/*****************************************************************************/
|
||||
/* USB PD config */
|
||||
|
||||
/* Include all USB Power Delivery modules */
|
||||
#undef CONFIG_USB_POWER_DELIVERY
|
||||
|
||||
/* Respond to custom vendor-defined messages over PD */
|
||||
#undef CONFIG_USB_PD_CUSTOM_VDM
|
||||
|
||||
/* Define if this board can act as a dual-role PD port (source and sink) */
|
||||
#undef CONFIG_USB_PD_DUAL_ROLE
|
||||
|
||||
/* USB PD MCU slave address for host commands */
|
||||
#define CONFIG_USB_PD_I2C_SLAVE_ADDR 0x3c
|
||||
|
||||
/* Compile chip support for the USB device controller */
|
||||
#undef CONFIG_USB
|
||||
/* Define if using internal comparator for PD receive */
|
||||
#undef CONFIG_USB_PD_INTERNAL_COMP
|
||||
|
||||
/* USB PD transmit uses SPI master */
|
||||
#undef CONFIG_USB_PD_TX_USES_SPI_MASTER
|
||||
@@ -922,6 +931,9 @@
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/* Compile chip support for the USB device controller */
|
||||
#undef CONFIG_USB
|
||||
|
||||
/* Support simple control of power to the device's USB ports */
|
||||
#undef CONFIG_USB_PORT_POWER_DUMB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user