summaryrefslogtreecommitdiffstats
path: root/sound/atmel/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko2017-05-09 18:18:36 +0200
committerTakashi Iwai2017-05-15 17:07:00 +0200
commit020c5260c2b16469b99c65c37982b4be4c435b56 (patch)
treea4a687f6fff7e7a37f1b43a2d9eea7cc19a104b7 /sound/atmel/Kconfig
parentLinux 4.12-rc1 (diff)
downloadkernel-qcow2-linux-020c5260c2b16469b99c65c37982b4be4c435b56.tar.gz
kernel-qcow2-linux-020c5260c2b16469b99c65c37982b4be4c435b56.tar.xz
kernel-qcow2-linux-020c5260c2b16469b99c65c37982b4be4c435b56.zip
ALSA: atmel: Remove AVR32 bits from the driver
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>
Diffstat (limited to 'sound/atmel/Kconfig')
-rw-r--r--sound/atmel/Kconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/sound/atmel/Kconfig b/sound/atmel/Kconfig
index 94de43a096f1..d789cbcb9106 100644
--- a/sound/atmel/Kconfig
+++ b/sound/atmel/Kconfig
@@ -1,18 +1,11 @@
-menu "Atmel devices (AVR32 and AT91)"
- depends on AVR32 || ARCH_AT91
-
-config SND_ATMEL_ABDAC
- tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
- select SND_PCM
- depends on DW_DMAC && AVR32
- help
- ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
+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 (DW_DMAC && AVR32) || ARCH_AT91
+ depends on ARCH_AT91
help
ALSA sound driver for the Atmel AC97 controller.