mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
|
# ALSA SH drivers
|
||
|
|
||
|
menu "SUPERH devices"
|
||
|
depends on SND!=n && SUPERH
|
||
|
|
||
|
config SND_AICA
|
||
|
tristate "Dreamcast Yamaha AICA sound"
|
||
|
depends on SH_DREAMCAST && SND
|
||
|
select SND_PCM
|
||
|
help
|
||
|
ALSA Sound driver for the SEGA Dreamcast console.
|
||
|
|
||
|
endmenu
|
||
|
|