mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
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>
This commit is contained in:
parent
41139938cd
commit
fc7fe01518
@ -1,24 +1,3 @@
|
||||
config SND_SPEAR_EVM
|
||||
tristate "SoC Audio support for SPEAr EVM"
|
||||
select SND_DESIGNWARE_I2S
|
||||
select SND_SOC_STA529
|
||||
select SND_SPEAR_SOC
|
||||
help
|
||||
Say Y if you want to add support for SoC audio on SPEAr
|
||||
platform
|
||||
|
||||
config SND_SPEAR1340_EVM
|
||||
tristate "SoC Audio support for SPEAr1340 EVM"
|
||||
select SND_DESIGNWARE_I2S
|
||||
select SND_SOC_STA529
|
||||
select SND_SPEAR_SPDIF_OUT
|
||||
select SND_SPEAR_SPDIF_IN
|
||||
select SND_SOC_SPDIF
|
||||
select SND_SPEAR_SOC
|
||||
help
|
||||
Say Y if you want to add support for SoC audio on SPEAr1340
|
||||
platform
|
||||
|
||||
config SND_SPEAR_SOC
|
||||
tristate
|
||||
select SND_SOC_DMAENGINE_PCM
|
||||
|
@ -2,6 +2,3 @@
|
||||
obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o
|
||||
obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o
|
||||
obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o
|
||||
|
||||
# SPEAR Machine Support
|
||||
obj-$(CONFIG_SND_SPEAR_EVM) += spear_evb.o
|
||||
|
Loading…
Reference in New Issue
Block a user