From: Junhan Bae Date: Wed, 17 Oct 2018 05:28:13 +0000 (+0900) Subject: [9609][EVB] drivers: add ccic usb connector direction check X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5477d2618dcb39d47597e5db4b84017ad07743ed;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9609][EVB] drivers: add ccic usb connector direction check Bug:HQ00000000 Workaround:no Change-Id: I1b0d464c1e73043dc263229431fb6fc13e922834 Signed-off-by: Junhan Bae --- 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