aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/sh/Kconfig')
-rw-r--r--sound/sh/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig
new file mode 100644
index 00000000000000..855cb2456f34a8
--- /dev/null
+++ b/sound/sh/Kconfig
@@ -0,0 +1,15 @@
+menu "SuperH devices"
+ depends on SND!=n && SUPERH
+
+config SND_AICA
+ tristate "Yamaha AICA sound for SEGA Dreamcast"
+ depends on SND
+ depends on SH_DREAMCAST
+ select SND_PCM
+ help
+ Say Y here to include support for sound on your SEGA Dreamcast
+
+ To compile this driver as a module, choose M here: the module
+ will be called snd-aica.
+
+endmenu