summaryrefslogtreecommitdiff
path: root/drivers/pci/pwrctl/Kconfig
blob: f1b824955d4b915aa5a9d945e981e920ae5dcc67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

menu "PCI Power control drivers"

config PCI_PWRCTL
	tristate

config PCI_PWRCTL_PWRSEQ
	tristate "PCI Power Control driver using the Power Sequencing subsystem"
	select POWER_SEQUENCING
	select PCI_PWRCTL
	default m if ((ATH11K_PCI || ATH12K) && ARCH_QCOM)
	help
	  Enable support for the PCI power control driver for device
	  drivers using the Power Sequencing subsystem.

endmenu