summaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/boards/Kconfig
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-05-11 19:24:00 +0300
committerMark Brown <broonie@kernel.org>2022-06-06 14:33:19 +0300
commit69ea14efe99b533652255b07a9736a9856f50ea5 (patch)
tree8a8f7181c0decd7d5b046ca079217c6a0f0d6e4d /sound/soc/intel/avs/boards/Kconfig
parent32ee40b5590081a6b38a55e4ab16b47085f93afe (diff)
downloadlinux-69ea14efe99b533652255b07a9736a9856f50ea5.tar.xz
ASoC: Intel: avs: Add ssm4567 machine board
To support AVS-ssm4567 configuration add machine board connecting AVS platform component driver with ssm4567 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-12-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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/boards/Kconfig b/sound/soc/intel/avs/boards/Kconfig
index 6bf8fa1924a2..7020e7bf196e 100644
--- a/sound/soc/intel/avs/boards/Kconfig
+++ b/sound/soc/intel/avs/boards/Kconfig
@@ -77,4 +77,15 @@ config SND_SOC_INTEL_AVS_MACH_RT5682
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_SSM4567
+ tristate "ssm4567 I2S board"
+ depends on I2C
+ depends on MFD_INTEL_LPSS || COMPILE_TEST
+ select SND_SOC_SSM4567
+ help
+ This adds support for ASoC machine driver with SSM4567 I2S audio codec.
+ It is meant to be used with AVS driver.
+ Say Y or m if you have such a device. This is a recommended option.
+ If unsure select "N".
+
endmenu