mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 00:26:41 +07: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
|
||
|
|