diff options
author | Roger Quadros <rogerq@ti.com> | 2015-01-26 15:15:32 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-16 20:52:17 +0300 |
commit | c08a54c0ebeb7933ce501c60a3cbf996364a8396 (patch) | |
tree | e04f0e9c0438b29686815f02fcc5a7cbf9a9ed88 /arch/arm/configs | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-c08a54c0ebeb7933ce501c60a3cbf996364a8396.tar.xz |
ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB
This driver is needed for USB cable type detection on dra7-evm,
dra72-evm and am57xx-beagle-x15.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index b7386524c356..4357cb8e48a7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -366,6 +366,7 @@ CONFIG_TI_EDMA=y CONFIG_DMA_OMAP=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXTCON=m +CONFIG_EXTCON_GPIO=m CONFIG_EXTCON_PALMAS=m CONFIG_TI_EMIF=m CONFIG_PWM=y |