1*5561b66bSolivier moysanmenu "STMicroelectronics STM32 SOC audio support" 2*5561b66bSolivier moysan 3*5561b66bSolivier moysanconfig SND_SOC_STM32_SAI 4*5561b66bSolivier moysan tristate "STM32 SAI interface (Serial Audio Interface) support" 53e086edfSolivier moysan depends on ARCH_STM32 || COMPILE_TEST 63e086edfSolivier moysan depends on SND_SOC 73e086edfSolivier moysan select SND_SOC_GENERIC_DMAENGINE_PCM 83e086edfSolivier moysan select REGMAP_MMIO 93e086edfSolivier moysan help 10*5561b66bSolivier moysan Say Y if you want to enable SAI for STM32 11*5561b66bSolivier moysan 12*5561b66bSolivier moysanconfig SND_SOC_STM32_I2S 13*5561b66bSolivier moysan tristate "STM32 I2S interface (SPI/I2S block) support" 14*5561b66bSolivier moysan depends on ARCH_STM32 || COMPILE_TEST 15*5561b66bSolivier moysan depends on SND_SOC 16*5561b66bSolivier moysan select SND_SOC_GENERIC_DMAENGINE_PCM 17*5561b66bSolivier moysan select REGMAP_MMIO 18*5561b66bSolivier moysan help 19*5561b66bSolivier moysan Say Y if you want to enable I2S for STM32 20*5561b66bSolivier moysan 21*5561b66bSolivier moysanendmenu 22