xref: /openbmc/linux/sound/soc/intel/avs/boards/Kconfig (revision 97030a43)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Intel AVS Machine drivers"
3	depends on SND_SOC_INTEL_AVS
4
5comment "Available DSP configurations"
6
7config SND_SOC_INTEL_AVS_MACH_HDAUDIO
8	tristate "HD-Audio generic board"
9	select SND_SOC_HDA
10	help
11	  This adds support for AVS with HDAudio codec configuration.
12	  Say Y or m if you have such a device. This is a recommended option.
13	  If unsure select "N".
14
15endmenu
16