From 1776c513f3dad1f74412c1032b40a6f6b8d5a801 Mon Sep 17 00:00:00 2001 From: lijilai Date: Wed, 11 Jul 2018 10:07:41 +0800 Subject: [PATCH] BSP: fix usbpd build error [9609][wing] ifpmic : fix usbpd build error Bug:HQ00000000 Workaround:no Change-Id: Ieadb5661958472d05535b3834e2df780f37614c3 Signed-off-by: lijilai --- drivers/ccic/Kconfig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/ccic/Kconfig b/drivers/ccic/Kconfig index 0351ca7fbd6d..ccdbcaa789e7 100755 --- a/drivers/ccic/Kconfig +++ b/drivers/ccic/Kconfig @@ -29,12 +29,20 @@ config CCIC_S2MU106 for the S2MU106 USBPD chip. config CCIC_VDM - bool "Using S2MU004 USB PD VDM Message" + bool "Using USB PD VDM Message" depends on USE_CCIC default n help If you say yes here you will get support for - for the S2MU004 USBPD chip. + for the VDM Message. + +config CCIC_DP + bool "Using USB PD DP alternate" + depends on USE_CCIC + default n + help + If you say yes here you will get support for + for the dp alternate. config CCIC_S2MM005 bool "CCIC S2MM005" -- 2.20.1