diff options
author | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-04 14:16:23 +0900 |
---|---|---|
committer | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-04 14:53:29 +0900 |
commit | c46a4e7ed40caff3947a757d80f578df844f1f93 (patch) | |
tree | f010a804ed6726c972a567f260272b642de7a8cd | |
parent | 7366f16747c88f97e1d1f39c057f499ed7c4ef5e (diff) | |
download | linux-rpi-submit/tizen/20200205.074814.tar.gz linux-rpi-submit/tizen/20200205.074814.tar.bz2 linux-rpi-submit/tizen/20200205.074814.zip |
ARM: configs: tizen_bcm2711_defconfig: Sync with savedefconfigsubmit/tizen/20200205.074814
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 <dwoo08.lee@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_bcm2711_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 8ece34dc1ba6..23636faa145e 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 |