summaryrefslogtreecommitdiff
path: root/sound/Kconfig
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-10-04 11:18:22 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-05 10:15:41 +0200
commit702fae6abe8cbe0fd9eb7e9e9178c4ebdf27592f (patch)
treee0713e45db3c965fc592635e0eaca42cf799f664 /sound/Kconfig
parentfe8ab1e7fd6aebe7d95be6d9778200e32309029b (diff)
misc: audio_io: Remove obsolete and unused driver
audio_io is superseded by alsa. ST-Ericsson Linux next: - ST-Ericsson ID: - ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I4641468e1d67e8596b1fcd9af69b0b81b686a0a0 Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32904 Reviewed-by: Ola LILJA2 <ola.o.lilja@stericsson.com>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r--sound/Kconfig60
1 files changed, 0 insertions, 60 deletions
diff --git a/sound/Kconfig b/sound/Kconfig
index 35bb190ed54..1fef141ef8e 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -23,66 +23,6 @@ menuconfig SOUND
and read <file:Documentation/sound/oss/README.modules>; the module
will be called soundcore.
-# added for U8500 audio codec device
-config U8500_ACODEC
- tristate "U8500 audio codec generic module (used both by SAA and ALSA)"
- depends on STM_MSP_I2S
- default Y
- help
- Say Y here if you have a U8500 based device
- and want to use its audio codec chip.
-
- To compile this driver as a module, choose M here: the module
- will be called u8500mod_acodec.
-
-choice
- prompt "Audio codec type"
- depends on U8500_ACODEC
- default U8500_AB8500_ED
-
- config U8500_AB8500_ED
- bool "U8500 ab8500 v0 audio codec"
-
- config U8500_AB8500_CUT10
- bool "U8500 ab8500 v1.x audio codec"
-
-endchoice
-
-menu "Debug level for ux500 audio drivers"
-config STM_ACODEC_DEBUG
- int "STM ACODEC Debug Level"
- depends on U8500_ACODEC
- default 0
- help
- Sets the ACODEC debug ON/OFF for U8500 SoC
- * 0 OFF
- * 1 ON
-
-config STM_ALSA_DEBUG
- int "STM ALSA Debug Level"
- depends on SND_U8500_ALSA || SND_U8500_ALSA_AB8500
- default 0
- help
- Sets the ALSA debug ON/OFF for U8500 SoC
- * 0 OFF
- * 1 ON
-endmenu
-
-choice
- prompt "Driver mode"
- depends on U8500_ACODEC
- default U8500_ACODEC_DMA
-
- config U8500_ACODEC_DMA
- bool "DMA mode"
-
- config U8500_ACODEC_POLL
- bool "Polling mode"
-
- config U8500_ACODEC_INTR
- bool "Interrupt mode"
-endchoice
-
if SOUND
config SOUND_OSS_CORE