diff options
| author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2022-09-13 20:13:16 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2022-09-20 19:38:02 +0100 |
| commit | 41cb85bc4b526bb228579c04857bc58213e5f9b5 (patch) | |
| tree | 21d01444b340bb8b2763f36f7b4a686871b8a28d /sound/soc/sof/amd/Kconfig | |
| parent | 4da6b033f5454ccbac2d5795d7edfb3f2a777104 (diff) | |
ASoC: SOF: amd: Add support for Rembrandt plaform.
Add pci driver and platform driver to enable SOF support on ACP6x
architecture based Rembrandt platform.
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220913144319.1055302-3-Vsujithkumar.Reddy@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd/Kconfig')
| -rw-r--r-- | sound/soc/sof/amd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/Kconfig b/sound/soc/sof/amd/Kconfig index 190c85d57047..a305ea6efea9 100644 --- a/sound/soc/sof/amd/Kconfig +++ b/sound/soc/sof/amd/Kconfig @@ -31,4 +31,14 @@ config SND_SOC_SOF_AMD_RENOIR select SND_SOC_SOF_AMD_COMMON help Select this option for SOF support on AMD Renoir platform + +config SND_SOC_SOF_AMD_REMBRANDT + tristate "SOF support for REMBRANDT" + depends on SND_SOC_SOF_PCI + select SND_SOC_SOF_AMD_COMMON + help + Select this option for SOF support on AMD Rembrandt platform + Say Y if you want to enable SOF on Rembrandt. + If unsure select "N". + endif |
