diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2023-10-27 13:05:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-27 17:37:29 +0100 |
commit | 8b78fbf7bffac4f7b1b747fbce45ac32f530c96e (patch) | |
tree | 55cfee2c7bf5393fae95e990f91d01d97698777b /sound/soc/intel/avs/boards/Kconfig | |
parent | 60781d2d5899d6fc5fd173c1bcffaaec39643e17 (diff) |
ASoC: Intel: avs: Add rt5514 machine board
To support AVS-rt5514 configuration add machine board connecting AVS
platform component driver with rt5514 codec one.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20231027110537.2103712-2-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/boards/Kconfig')
-rw-r--r-- | sound/soc/intel/avs/boards/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/boards/Kconfig b/sound/soc/intel/avs/boards/Kconfig index 07353d37ecae..00b0f6c176d6 100644 --- a/sound/soc/intel/avs/boards/Kconfig +++ b/sound/soc/intel/avs/boards/Kconfig @@ -125,6 +125,16 @@ config SND_SOC_INTEL_AVS_MACH_RT298 Say Y or m if you have such a device. This is a recommended option. If unsure select "N". +config SND_SOC_INTEL_AVS_MACH_RT5514 + tristate "rt5514 in I2S mode" + depends on I2C + depends on MFD_INTEL_LPSS || COMPILE_TEST + select SND_SOC_RT5514 + help + This adds support for ASoC machine driver with RT5514 I2S audio codec. + Say Y or m if you have such a device. This is a recommended option. + If unsure select "N". + config SND_SOC_INTEL_AVS_MACH_RT5663 tristate "rt5663 in I2S mode" depends on I2C |