olivier moysan | 5561b66 | 2017-06-19 11:09:55 +0200 | [diff] [blame] | 1 | menu "STMicroelectronics STM32 SOC audio support" |
| 2 | |
| 3 | config SND_SOC_STM32_SAI |
| 4 | tristate "STM32 SAI interface (Serial Audio Interface) support" |
olivier moysan | 3e086ed | 2017-04-10 17:19:56 +0200 | [diff] [blame] | 5 | depends on ARCH_STM32 || COMPILE_TEST |
| 6 | depends on SND_SOC |
| 7 | select SND_SOC_GENERIC_DMAENGINE_PCM |
| 8 | select REGMAP_MMIO |
| 9 | help |
olivier moysan | 5561b66 | 2017-06-19 11:09:55 +0200 | [diff] [blame] | 10 | Say Y if you want to enable SAI for STM32 |
| 11 | |
| 12 | config SND_SOC_STM32_I2S |
| 13 | tristate "STM32 I2S interface (SPI/I2S block) support" |
| 14 | depends on ARCH_STM32 || COMPILE_TEST |
| 15 | depends on SND_SOC |
| 16 | select SND_SOC_GENERIC_DMAENGINE_PCM |
| 17 | select REGMAP_MMIO |
| 18 | help |
| 19 | Say Y if you want to enable I2S for STM32 |
| 20 | |
olivier moysan | 03e4d5d | 2017-06-20 11:58:47 +0200 | [diff] [blame] | 21 | config SND_SOC_STM32_SPDIFRX |
| 22 | tristate "STM32 S/PDIF receiver (SPDIFRX) support" |
| 23 | depends on ARCH_STM32 || COMPILE_TEST |
| 24 | depends on SND_SOC |
| 25 | select SND_SOC_GENERIC_DMAENGINE_PCM |
| 26 | select REGMAP_MMIO |
| 27 | select SND_SOC_SPDIF |
| 28 | help |
| 29 | Say Y if you want to enable S/PDIF capture for STM32 |
| 30 | |
olivier moysan | 5561b66 | 2017-06-19 11:09:55 +0200 | [diff] [blame] | 31 | endmenu |