Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / power / sequencing / Kconfig
blobddcc42a984921c55667c46ac586d259625e1f1a7
1 # SPDX-License-Identifier: GPL-2.0-only
3 menuconfig POWER_SEQUENCING
4         tristate "Power Sequencing support"
5         help
6           Say Y here to enable the Power Sequencing subsystem.
8           This subsystem is designed to control power to devices that share
9           complex resources and/or require specific power sequences to be run
10           during power-up.
12           If unsure, say no.
14 if POWER_SEQUENCING
16 config POWER_SEQUENCING_QCOM_WCN
17         tristate "Qualcomm WCN family PMU driver"
18         default m if ARCH_QCOM
19         depends on OF
20         help
21           Say Y here to enable the power sequencing driver for Qualcomm
22           WCN Bluetooth/WLAN chipsets.
24           Typically, a package from the Qualcomm WCN family contains the BT
25           and WLAN modules whose power is controlled by the PMU module. As the
26           former two share the power-up sequence which is executed by the PMU,
27           this driver is needed for correct power control or else we'd risk not
28           respecting the required delays between enabling Bluetooth and WLAN.
30 endif