diff options
Diffstat (limited to 'sound/sh/Kconfig')
-rw-r--r-- | sound/sh/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig new file mode 100644 index 000000000000..b7e08ef22a94 --- /dev/null +++ b/sound/sh/Kconfig | |||
@@ -0,0 +1,14 @@ | |||
1 | # ALSA SH drivers | ||
2 | |||
3 | menu "SUPERH devices" | ||
4 | depends on SND!=n && SUPERH | ||
5 | |||
6 | config SND_AICA | ||
7 | tristate "Dreamcast Yamaha AICA sound" | ||
8 | depends on SH_DREAMCAST && SND | ||
9 | select SND_PCM | ||
10 | help | ||
11 | ALSA Sound driver for the SEGA Dreamcast console. | ||
12 | |||
13 | endmenu | ||
14 | |||