mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
With commitce79f3a1ad("ARM: pxa: prune unused device support") and commit2548e6c76e("ARM: pxa: pxa2xx-ac97-lib: use IRQ resource"), there is no 'pxa2xx-ac97' platform device created by machine level code, so this driver could be removed. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Acked-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://patch.msgid.link/20260122-sound-cleanup-v1-2-0a91901609b8@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
29 lines
545 B
Plaintext
29 lines
545 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# ALSA ARM drivers
|
|
|
|
menuconfig SND_ARM
|
|
bool "ARM sound devices"
|
|
depends on ARM
|
|
default y
|
|
help
|
|
Support for sound devices specific to ARM architectures.
|
|
Drivers that are implemented on ASoC can be found in
|
|
"ALSA for SoC audio support" section.
|
|
|
|
if SND_ARM
|
|
|
|
config SND_ARMAACI
|
|
tristate "ARM PrimeCell PL041 AC Link support"
|
|
depends on ARM_AMBA
|
|
select SND_PCM
|
|
select SND_AC97_CODEC
|
|
|
|
endif # SND_ARM
|
|
|
|
config SND_PXA2XX_LIB
|
|
tristate
|
|
select SND_DMAENGINE_PCM
|
|
|
|
config SND_PXA2XX_LIB_AC97
|
|
bool
|