Kconfig 460 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config MSM_BT_POWER
  3. tristate "MSM Bluetooth Power Control"
  4. depends on ARCH_QCOM
  5. help
  6. MSM Bluetooth Power control driver.
  7. This provides a parameter to switch on/off power from PMIC
  8. to Bluetooth device. This will control LDOs/Clock/GPIOs to
  9. control Bluetooth Chipset based on power on/off sequence.
  10. Say Y here to compile support for Bluetooth Power driver
  11. into the kernel or say M to compile as a module.