Signed-off-by: David Cohen --- diff --git a/arch/arm/configs/omap_h3_1710_defconfig b/arch/arm/configs/omap_h3_1710_defconfig index bc9cb6b..6cbdbe1 100644 --- a/arch/arm/configs/omap_h3_1710_defconfig +++ b/arch/arm/configs/omap_h3_1710_defconfig @@ -136,7 +136,7 @@ CONFIG_OMAP_ARM_168MHZ=y # CONFIG_OMAP_ARM_120MHZ is not set # CONFIG_OMAP_ARM_60MHZ is not set # CONFIG_OMAP_ARM_30MHZ is not set -# CONFIG_OMAP_DSP is not set +CONFIG_OMAP_DSP=y # # Processor Type diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 2b56996..0ab87ff 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -103,7 +103,7 @@ config OMAP_STI_CONSOLE config OMAP_MCBSP bool "McBSP support" - depends on ARCH_OMAP + depends on (ARCH_OMAP1 && OMAP_DSP) || ARCH_OMAP2 default y help Say Y here if you want support for the OMAP Multichannel