Kconfig 916 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config BTFM_SLIM
  3. tristate "MSM Bluetooth/FM Slimbus Device"
  4. depends on MSM_BT_POWER
  5. help
  6. This enables BT/FM slimbus driver to get multiple audio channel.
  7. This will make use of slimbus platform driver and slimbus
  8. codec driver to communicate with slimbus machine driver and LPSS which
  9. is Slimbus master.Slimbus slave initialization and configuration
  10. will be done through this driver.
  11. Say Y here to compile support for Bluetooth slimbus driver
  12. into the kernel or say M to compile as a module.
  13. config SLIM_BTFM_CODEC
  14. tristate "MSM Bluetooth/FM Slimbus Device using BTFM codec driver"
  15. depends on MSM_BT_POWER
  16. depends on BTFM_CODEC
  17. help
  18. This enables BT/FM slimbus driver to use btfm codec driver as
  19. interface to interacts with codec driver.
  20. Say Y here to compile support for Bluetooth slimbus driver
  21. into the kernel or say M to compile as a module.