From 5477d2618dcb39d47597e5db4b84017ad07743ed Mon Sep 17 00:00:00 2001 From: Junhan Bae Date: Wed, 17 Oct 2018 14:28:13 +0900 Subject: [PATCH] [9609][EVB] drivers: add ccic usb connector direction check Bug:HQ00000000 Workaround:no Change-Id: I1b0d464c1e73043dc263229431fb6fc13e922834 Signed-off-by: Junhan Bae --- arch/arm64/configs/robusta2_evb_defconfig | 1 + drivers/ccic/Kconfig | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/arch/arm64/configs/robusta2_evb_defconfig b/arch/arm64/configs/robusta2_evb_defconfig index 835201cbf978..e4563180e8d3 100755 --- a/arch/arm64/configs/robusta2_evb_defconfig +++ b/arch/arm64/configs/robusta2_evb_defconfig @@ -491,6 +491,7 @@ CONFIG_ANDROID_BINDER_IPC=y CONFIG_USE_CCIC=y CONFIG_CCIC_S2MU106=y CONFIG_CCIC_VDM=y +CONFIG_CCIC_SYSFS=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_SECURITY=y diff --git a/drivers/ccic/Kconfig b/drivers/ccic/Kconfig index ccdbcaa789e7..d08787d1e94e 100755 --- a/drivers/ccic/Kconfig +++ b/drivers/ccic/Kconfig @@ -44,6 +44,14 @@ config CCIC_DP If you say yes here you will get support for for the dp alternate. +config CCIC_SYSFS + bool "Using CCIC SYSFS System" + depends on USE_CCIC + default n + help + If you say yes here you will get support for + sysfs system. + config CCIC_S2MM005 bool "CCIC S2MM005" depends on I2C -- 2.20.1