Kconfig 589 B

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