diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-08 18:53:01 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-22 19:10:06 +0100 |
commit | 57228f664b0d6d45759489aa6fe7076f9472e7ef (patch) | |
tree | be658c58b2be5548ad969180f3835d890f70c957 /arch/arm/configs | |
parent | Linux 4.5-rc1 (diff) | |
download | linux-57228f664b0d6d45759489aa6fe7076f9472e7ef.tar.xz linux-57228f664b0d6d45759489aa6fe7076f9472e7ef.zip |
ARM: omap2plus_defconfig: Enable OMAP IOMMU support
OMAP3 media platform drivers (i.e: omap3isp) needs IOMMU support so
enable it to be able to test the OMAP3 Image Signal Processor (ISP).
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c5e1943e5427..4ff608dc03b7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -404,7 +404,8 @@ CONFIG_RTC_DRV_OMAP=m CONFIG_DMADEVICES=y CONFIG_TI_EDMA=y CONFIG_DMA_OMAP=y -# CONFIG_IOMMU_SUPPORT is not set +CONFIG_IOMMU_SUPPORT=y +CONFIG_OMAP_IOMMU=y CONFIG_EXTCON=m CONFIG_EXTCON_USB_GPIO=m CONFIG_EXTCON_PALMAS=m |