Kconfig 395 B

1234567891011121314151617
  1. #
  2. # SOUNDWIRE driver configuration
  3. #
  4. menuconfig SOUNDWIRE
  5. bool "Soundwire support"
  6. help
  7. Soundwire is a two wire interface for audio to connect
  8. simple peripheral components in mobile devices.
  9. if SOUNDWIRE
  10. config SOUNDWIRE_WCD_CTRL
  11. depends on WCD9XXX_CODEC_CORE
  12. tristate "QTI WCD CODEC Soundwire controller"
  13. default n
  14. help
  15. Select driver for QTI's Soundwire Master Component.
  16. endif