mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
020c5260c2
AVR32 is gone. Now it's time to clean up the driver by removing leftovers that was used by AVR32 related code. Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
menu "Atmel devices (AT91)"
|
|
depends on ARCH_AT91
|
|
|
|
config SND_ATMEL_AC97C
|
|
tristate "Atmel AC97 Controller (AC97C) driver"
|
|
select SND_PCM
|
|
select SND_AC97_CODEC
|
|
depends on ARCH_AT91
|
|
help
|
|
ALSA sound driver for the Atmel AC97 controller.
|
|
|
|
endmenu
|