1# SPDX-License-Identifier: GPL-2.0
2#
3# MOST ALSA configuration
4#
5
6config MOST_SOUND
7	tristate "Sound"
8	depends on SND
9	select SND_PCM
10	help
11	  Say Y here if you want to commumicate via ALSA/sound devices.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called most_sound.
15