linux/sound/soc/jz4740/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2menu "JZ4740"
   3
   4config SND_JZ4740_SOC_I2S
   5        tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
   6        depends on MIPS || COMPILE_TEST
   7        depends on HAS_IOMEM
   8        select REGMAP_MMIO
   9        select SND_SOC_GENERIC_DMAENGINE_PCM
  10        help
  11          Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
  12          based boards.
  13
  14endmenu
  15