Kconfig 561 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_SOC_SPRD
  3. tristate "SoC Audio for the Spreadtrum SoC chips"
  4. depends on ARCH_SPRD || COMPILE_TEST
  5. select SND_SOC_COMPRESS
  6. help
  7. Say Y or M if you want to add support for codecs attached to
  8. the Spreadtrum SoCs' Audio interfaces.
  9. config SND_SOC_SPRD_MCDT
  10. tristate "Spreadtrum multi-channel data transfer support"
  11. depends on SND_SOC_SPRD
  12. help
  13. Say y here to enable multi-channel data transfer support. It
  14. is used for sound stream transmission between audio subsystem
  15. and other AP/CP subsystem.