diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-17 03:58:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-17 04:04:12 -0400 |
commit | fc7fe01518b0a29750313a7cc9dc8f8a0416a6b4 (patch) | |
tree | ae081340b641dc5b44876ed7ed7e16fa72b0243c /sound/soc/spear | |
parent | 41139938cd63e9bf1a1eda62cb2add8dd8b561b4 (diff) |
ASoC: spear: Remove nonexistant EVM options
The source wasn't added.
Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/spear')
-rw-r--r-- | sound/soc/spear/Kconfig | 21 | ||||
-rw-r--r-- | sound/soc/spear/Makefile | 3 |
2 files changed, 0 insertions, 24 deletions
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig index e3851d67bfc4..3567d73b218e 100644 --- a/sound/soc/spear/Kconfig +++ b/sound/soc/spear/Kconfig | |||
@@ -1,24 +1,3 @@ | |||
1 | config SND_SPEAR_EVM | ||
2 | tristate "SoC Audio support for SPEAr EVM" | ||
3 | select SND_DESIGNWARE_I2S | ||
4 | select SND_SOC_STA529 | ||
5 | select SND_SPEAR_SOC | ||
6 | help | ||
7 | Say Y if you want to add support for SoC audio on SPEAr | ||
8 | platform | ||
9 | |||
10 | config SND_SPEAR1340_EVM | ||
11 | tristate "SoC Audio support for SPEAr1340 EVM" | ||
12 | select SND_DESIGNWARE_I2S | ||
13 | select SND_SOC_STA529 | ||
14 | select SND_SPEAR_SPDIF_OUT | ||
15 | select SND_SPEAR_SPDIF_IN | ||
16 | select SND_SOC_SPDIF | ||
17 | select SND_SPEAR_SOC | ||
18 | help | ||
19 | Say Y if you want to add support for SoC audio on SPEAr1340 | ||
20 | platform | ||
21 | |||
22 | config SND_SPEAR_SOC | 1 | config SND_SPEAR_SOC |
23 | tristate | 2 | tristate |
24 | select SND_SOC_DMAENGINE_PCM | 3 | select SND_SOC_DMAENGINE_PCM |
diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile index b36512655bcf..9f47bb428601 100644 --- a/sound/soc/spear/Makefile +++ b/sound/soc/spear/Makefile | |||
@@ -2,6 +2,3 @@ | |||
2 | obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o | 2 | obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o |
3 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o | 3 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o |
4 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o | 4 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o |
5 | |||
6 | # SPEAR Machine Support | ||
7 | obj-$(CONFIG_SND_SPEAR_EVM) += spear_evb.o | ||