summaryrefslogtreecommitdiffstats
path: root/sound/atmel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sound/atmel/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/atmel/Kconfig b/sound/atmel/Kconfig
new file mode 100644
index 000000000..d789cbcb9
--- /dev/null
+++ b/sound/atmel/Kconfig
@@ -0,0 +1,12 @@
+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