From c46a4e7ed40caff3947a757d80f578df844f1f93 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Tue, 4 Feb 2020 14:16:23 +0900 Subject: [PATCH] ARM: configs: tizen_bcm2711_defconfig: Sync with savedefconfig This patch synchronizes tizen defconfig with savedefconfig as getting rid of CONFIG_EXTCON which is not included in savedefconfig, but selected by CONFIG_USB_DWC2_EXTCON_NOTIFY. Change-Id: Ie3eb5dab252c9fa0fe9d1a499ef460a85dfe84d6 Signed-off-by: Dongwoo Lee --- arch/arm/configs/tizen_bcm2711_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 8ece34d..23636fa 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -427,7 +427,6 @@ 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