summaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/boards/Kconfig
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-05-11 19:23:57 +0300
committerMark Brown <broonie@kernel.org>2022-06-06 14:33:16 +0300
commit88429ab16df4cd4a1a77d45b90ec95cf62cc22d1 (patch)
tree21d9edaec16f7c9c216276dc0e05f0b558a25d21 /sound/soc/intel/avs/boards/Kconfig
parent1d395ee2e19b33a1008acfc7af186f2851b63d01 (diff)
downloadlinux-88429ab16df4cd4a1a77d45b90ec95cf62cc22d1.tar.xz
ASoC: Intel: avs: Add rt298 machine board
To support AVS-rt298 configuration add machine board connecting AVS platform component driver with rt298 codec one. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220511162403.3987658-9-cezary.rojewski@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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/boards/Kconfig b/sound/soc/intel/avs/boards/Kconfig
index 707e9e96746d..b4dc2b02097d 100644
--- a/sound/soc/intel/avs/boards/Kconfig
+++ b/sound/soc/intel/avs/boards/Kconfig
@@ -46,4 +46,14 @@ config SND_SOC_INTEL_AVS_MACH_RT286
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_RT298
+ tristate "rt298 in I2S mode"
+ depends on I2C
+ depends on MFD_INTEL_LPSS || COMPILE_TEST
+ select SND_SOC_RT298
+ help
+ This adds support for ASoC machine driver with RT298 I2S audio codec.
+ Say Y or m if you have such a device. This is a recommended option.
+ If unsure select "N".
+
endmenu