Commit 34330000 authored by Toshiro Kobayashi's avatar Toshiro Kobayashi Committed by Tony Lindgren

[PATCH] ARM: OMAP: Remove aic23 DSP dependency

Currently DSP driver is forced with aic23 audio driver,
though there's no dependency.
parent b3ddf280
...@@ -24,12 +24,10 @@ config SOUND_OMAP_TSC2101 ...@@ -24,12 +24,10 @@ config SOUND_OMAP_TSC2101
config SOUND_OMAP_AIC23 config SOUND_OMAP_AIC23
tristate "AIC23 Stereo Codec" tristate "AIC23 Stereo Codec"
depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK ) depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK )
select OMAP_DSP if ARCH_OMAP
select SENSORS_TLV320AIC23 if ARCH_OMAP select SENSORS_TLV320AIC23 if ARCH_OMAP
---help--- ---help---
AIC23 Audio Codec Driver for OMAP will be enabled. AIC23 Audio Codec Driver for OMAP will be enabled.
This will also enable OMAP DSP support because McBSP needed for Additionally, AIC23 I2C support is enabled.
this is a DSP peripheral. Additionally, AIC23 I2C support is enabled.
config SOUND_BT878 config SOUND_BT878
tristate "BT878 audio dma" tristate "BT878 audio dma"
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/arch/mcbsp.h> #include <asm/arch/mcbsp.h>
#include <asm/arch/dsp_common.h>
#include <asm/arch/fpga.h> #include <asm/arch/fpga.h>
#include <asm/arch/aic23.h> #include <asm/arch/aic23.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment