Files
android_kernel_samsung_sm86…/pwr/Kconfig
Franklin Abreu Bueno 45014a6ec9 Add support for pineapple
- Enables bt kernel driver for pineapple
- Replace fallthrough comments with attribute
- Disable WLAN dependencies

Change-Id: I7843ecc47b656e22d9e558af6be8d3445d79918f
2022-11-17 16:56:32 -08:00

14 lines
460 B
Plaintext

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