Kconfig (a0efa2f362a69e47b9d8b48f770ef3a0249a7911) Kconfig (393347cc10ea24c9f93b45e8e2f90fcc48ab1d8e)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2# This file is provided under a dual BSD/GPLv2 license. When using or
3# redistributing this file, you may do so under either license.
4#
5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6#
7
8config SND_SOC_AMD_ACP_COMMON

--- 105 unchanged lines hidden (view full) ---

114
115config SND_SOC_AMD_SOF_MACH
116 tristate "AMD SOF Machine Driver Support"
117 depends on X86 && PCI && I2C
118 select SND_SOC_AMD_MACH_COMMON
119 help
120 This option enables SOF sound card support for ACP audio.
121
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2# This file is provided under a dual BSD/GPLv2 license. When using or
3# redistributing this file, you may do so under either license.
4#
5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6#
7
8config SND_SOC_AMD_ACP_COMMON

--- 105 unchanged lines hidden (view full) ---

114
115config SND_SOC_AMD_SOF_MACH
116 tristate "AMD SOF Machine Driver Support"
117 depends on X86 && PCI && I2C
118 select SND_SOC_AMD_MACH_COMMON
119 help
120 This option enables SOF sound card support for ACP audio.
121
122config SND_SOC_AMD_SDW_MACH_COMMON
123 tristate
124 help
125 This option enables common SoundWire Machine driver module for
126 AMD platforms.
127
122config SND_SOC_AMD_SOF_SDW_MACH
123 tristate "AMD SOF Soundwire Machine Driver Support"
124 depends on X86 && PCI && ACPI
125 depends on SOUNDWIRE
128config SND_SOC_AMD_SOF_SDW_MACH
129 tristate "AMD SOF Soundwire Machine Driver Support"
130 depends on X86 && PCI && ACPI
131 depends on SOUNDWIRE
132 select SND_SOC_AMD_SDW_MACH_COMMON
126 select SND_SOC_SDW_UTILS
127 select SND_SOC_DMIC
128 select SND_SOC_RT711_SDW
129 select SND_SOC_RT711_SDCA_SDW
130 select SND_SOC_RT1316_SDW
131 select SND_SOC_RT715_SDW
132 select SND_SOC_RT715_SDCA_SDW
133 help

--- 14 unchanged lines hidden ---
133 select SND_SOC_SDW_UTILS
134 select SND_SOC_DMIC
135 select SND_SOC_RT711_SDW
136 select SND_SOC_RT711_SDCA_SDW
137 select SND_SOC_RT1316_SDW
138 select SND_SOC_RT715_SDW
139 select SND_SOC_RT715_SDCA_SDW
140 help

--- 14 unchanged lines hidden ---