diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-03-13 01:03:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-17 17:58:13 +0100 |
commit | 323a59613e5be6094c93261486de48a08d3a53f2 (patch) | |
tree | 8cd9a63e55504c69c5fdc3f14b23befee80a9e13 /sound/arm/Kconfig | |
parent | dbe36c9dd571e035078207862766963c4fc80262 (diff) | |
download | op-kernel-dev-323a59613e5be6094c93261486de48a08d3a53f2.zip op-kernel-dev-323a59613e5be6094c93261486de48a08d3a53f2.tar.gz |
ALSA: drop outdated and broken sa11xx-uda1341 driver
It depends on L3 support from 2.4 kernel (CONFIG_L3) that never got
merged into mainline. Since there's no way to use it on any of
supported machines (iPaq h3100 or h3600), better drop it for now.
It can be reimplemented later using ASoC infrastructure (there's
already a driver for uda1341 codec in mainline, so only CPU and machine
parts need to be written).
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/arm/Kconfig')
-rw-r--r-- | sound/arm/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index f8e6de4..885683a 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig @@ -11,17 +11,6 @@ menuconfig SND_ARM if SND_ARM -config SND_SA11XX_UDA1341 - tristate "SA11xx UDA1341TS driver (iPaq H3600)" - depends on ARCH_SA1100 && L3 - select SND_PCM - help - Say Y here if you have a Compaq iPaq H3x00 handheld computer - and want to use its Philips UDA 1341 audio chip. - - To compile this driver as a module, choose M here: the module - will be called snd-sa11xx-uda1341. - config SND_ARMAACI tristate "ARM PrimeCell PL041 AC Link support" depends on ARM_AMBA |