summaryrefslogtreecommitdiff
path: root/driver/tcpm/ps8xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/ps8xxx.c')
-rw-r--r--driver/tcpm/ps8xxx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/tcpm/ps8xxx.c b/driver/tcpm/ps8xxx.c
index 78996ba2ca..fc2aa08646 100644
--- a/driver/tcpm/ps8xxx.c
+++ b/driver/tcpm/ps8xxx.c
@@ -37,8 +37,7 @@
#ifdef CONFIG_USB_PD_TCPM_PS8751
/* PS8751 cannot run with PD 3.0 (see b/148554997 for details) */
-#if (defined(CONFIG_USB_PD_TCPMV1) && defined(CONFIG_USB_PD_REV30)) || \
- (defined(CONFIG_USB_PD_TCPMV2) && !defined(CONFIG_USB_PD_REV20))
+#if defined(CONFIG_USB_PD_REV30)
#error "PS8751 cannot run with PD 3.0. Fall back to using PD 2.0"
#endif