From f6c42d89f5b8f92c303fb0704f9c934ac3936f61 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Tue, 18 Feb 2020 17:11:43 +0900 Subject: [PATCH] ARM: configs: tizen_bcm2711_defconfig: Enable extcon feature To support external connection notification, enable extcon feature. Change-Id: I178f414b85a054d73ff9fda6346fce9c36c5e6df Signed-off-by: Dongwoo Lee --- arch/arm/configs/tizen_bcm2711_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 8e58329..30474f6 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -426,6 +426,7 @@ CONFIG_BCM2835_MBOX=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_BCM2835_POWER=y CONFIG_RASPBERRYPI_POWER=y +CONFIG_EXTCON=y CONFIG_PWM=y CONFIG_PWM_BCM2835=y CONFIG_GENERIC_PHY=y -- 2.7.4