aboutsummaryrefslogtreecommitdiffstats
path: root/sound/atmel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/atmel/Kconfig')
-rw-r--r--sound/atmel/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/atmel/Kconfig b/sound/atmel/Kconfig
new file mode 100644
index 000000000000..715318e3670f
--- /dev/null
+++ b/sound/atmel/Kconfig
@@ -0,0 +1,11 @@
1menu "Atmel devices (AVR32 and AT91)"
2 depends on AVR32 || ARCH_AT91
3
4config SND_ATMEL_ABDAC
5 tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
6 select SND_PCM
7 depends on DW_DMAC && AVR32
8 help
9 ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
10
11endmenu