brintos

brintos / linux-shallow public Read only

0
0
Text · 707 B · b75fbb3 Raw
33 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA SH drivers3 4menuconfig SND_SUPERH5	bool "SUPERH sound devices"6	depends on SUPERH7	default y8	help9	  Support for sound devices specific to SUPERH architectures.10	  Drivers that are implemented on ASoC can be found in11	  "ALSA for SoC audio support" section.12 13if SND_SUPERH14 15config SND_AICA16	tristate "Dreamcast Yamaha AICA sound"17	depends on SH_DREAMCAST18	select SND_PCM19	select G2_DMA20	help21	  ALSA Sound driver for the SEGA Dreamcast console.22 23config SND_SH_DAC_AUDIO24	tristate "SuperH DAC audio support"25	depends on SND26	depends on CPU_SH3 && HIGH_RES_TIMERS27	select SND_PCM28	help29	  Say Y here to include support for the on-chip DAC.30 31endif	# SND_SUPERH32 33