blob: b75fbb3236a7b9454330a8bd7443510dcdbb575b [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Adrian McMenamin198de432007-05-18 14:26:59 +02002# ALSA SH drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig SND_SUPERH
5 bool "SUPERH sound devices"
6 depends on SUPERH
7 default y
8 help
9 Support for sound devices specific to SUPERH architectures.
10 Drivers that are implemented on ASoC can be found in
11 "ALSA for SoC audio support" section.
12
13if SND_SUPERH
Adrian McMenamin198de432007-05-18 14:26:59 +020014
15config SND_AICA
16 tristate "Dreamcast Yamaha AICA sound"
Takashi Iwai89fe5112008-05-23 16:10:37 +020017 depends on SH_DREAMCAST
Adrian McMenamin198de432007-05-18 14:26:59 +020018 select SND_PCM
Paul Mundt40f49e72009-03-17 12:47:56 +090019 select G2_DMA
Adrian McMenamin198de432007-05-18 14:26:59 +020020 help
21 ALSA Sound driver for the SEGA Dreamcast console.
22
Rafael Ignacio Zurita9dcaa7b2009-11-03 17:16:27 -030023config SND_SH_DAC_AUDIO
24 tristate "SuperH DAC audio support"
25 depends on SND
26 depends on CPU_SH3 && HIGH_RES_TIMERS
27 select SND_PCM
28 help
29 Say Y here to include support for the on-chip DAC.
30
Takashi Iwai89fe5112008-05-23 16:10:37 +020031endif # SND_SUPERH
Adrian McMenamin198de432007-05-18 14:26:59 +020032