Skip to content

Commit

Permalink
PCI: Cleanup pci/pcie/Kconfig whitespace
Browse files Browse the repository at this point in the history
Clean up style issues in drivers/pci/pcie/Kconfig, in particular all
indentation is now done using tabs, not spaces, and the definition of
PCIEASPM_DEBUG is now separated from the definition of PCIEASPM with a
newline.

Signed-off-by: Andreas Ziegler <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
rupran authored and bjorn-helgaas committed Mar 15, 2016
1 parent e7e127e commit cc73176
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/pci/pcie/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ config PCIEASPM
/sys/module/pcie_aspm/parameters/policy

When in doubt, say Y.

config PCIEASPM_DEBUG
bool "Debug PCI Express ASPM"
depends on PCIEASPM
Expand All @@ -58,20 +59,20 @@ choice
depends on PCIEASPM

config PCIEASPM_DEFAULT
bool "BIOS default"
bool "BIOS default"
depends on PCIEASPM
help
Use the BIOS defaults for PCI Express ASPM.

config PCIEASPM_POWERSAVE
bool "Powersave"
bool "Powersave"
depends on PCIEASPM
help
Enable PCI Express ASPM L0s and L1 where possible, even if the
BIOS did not.

config PCIEASPM_PERFORMANCE
bool "Performance"
bool "Performance"
depends on PCIEASPM
help
Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.
Expand Down

0 comments on commit cc73176

Please sign in to comment.